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)
commitfa401693d986997c9761116d32826dacadad816a
tree5c7d1e0cb6751c5d6e0c5922e9df895b01ec329c
parent0abd6ce0cecf7a6dd7839120dc868b77232ae32c
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]