]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Move overlay inclusions outside of header protection
authorGuillem Jover <guillem@hadrons.org>
Tue, 3 Jan 2012 04:39:22 +0000 (05:39 +0100)
committerGuillem Jover <guillem@hadrons.org>
Tue, 29 May 2012 02:51:04 +0000 (04:51 +0200)
commit866f73af914ba72815cb94d6c42ba4620fb22350
treef54ed15fc199a220a2647a39ec6018e09e194fd7
parentf71d8e050178ab23ab9b06ee4ccab901ce4284bf
Move overlay inclusions outside of header protection

Glibc tends to include standard headers with special definitions
that make few declarations or macros visible, this stomps over the
overlay #include_next <> logic.

Based-on-patch-by: Robert Millan <rmh@debian.org>
include/bsd/err.h
include/bsd/getopt.h
include/bsd/stdio.h
include/bsd/stdlib.h
include/bsd/string.h
include/bsd/sys/cdefs.h
include/bsd/sys/endian.h
include/bsd/sys/poll.h
include/bsd/unistd.h