kernel: improve uapi headers coexistence with musl
authorJonas Gorski <jogo@openwrt.org>
Fri, 3 Jul 2015 11:48:45 +0000 (11:48 +0000)
committerJonas Gorski <jogo@openwrt.org>
Fri, 3 Jul 2015 11:48:45 +0000 (11:48 +0000)
commit550b207c8e0751053c31a7fa87792a5266e2822c
tree42b6c80525b74d0ead58dac064ac8d74acefeb01
parent928e7b883397e20d5d525f52b1821877fd9b9b59
kernel: improve uapi headers coexistence with musl

Make some network uapi headers detect if they are included after
not only glibc but also musl headers.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46161
15 files changed:
target/linux/generic/patches-3.18/095-api-fix-compatibility-of-linux-in.h-with-netinet-in..patch [new file with mode: 0644]
target/linux/generic/patches-3.18/270-bridge_header_fix.patch [deleted file]
target/linux/generic/patches-3.18/270-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch [new file with mode: 0644]
target/linux/generic/patches-3.18/271-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch [new file with mode: 0644]
target/linux/generic/patches-3.18/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch [new file with mode: 0644]
target/linux/generic/patches-4.0/095-api-fix-compatibility-of-linux-in.h-with-netinet-in..patch [new file with mode: 0644]
target/linux/generic/patches-4.0/270-bridge_header_fix.patch [deleted file]
target/linux/generic/patches-4.0/270-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch [new file with mode: 0644]
target/linux/generic/patches-4.0/271-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch [new file with mode: 0644]
target/linux/generic/patches-4.0/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch [new file with mode: 0644]
target/linux/generic/patches-4.1/095-api-fix-compatibility-of-linux-in.h-with-netinet-in..patch [new file with mode: 0644]
target/linux/generic/patches-4.1/270-bridge_header_fix.patch [deleted file]
target/linux/generic/patches-4.1/270-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch [new file with mode: 0644]
target/linux/generic/patches-4.1/271-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch [new file with mode: 0644]
target/linux/generic/patches-4.1/272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch [new file with mode: 0644]