android_bionic/libc
Elliott Hughes f8a2243ebe <netinet/udp.h> should include <linux/udp.h>.
The comment about "other stuff" referred to pre-uapi headers. Everything
in the current <linux/udp.h> should be exposed to userspace. The only
problem is that BSD and Linux use different names for the members of
struct udphdr. We can move the Linux udphdr out of the way and use an
anonymous union to get the best of both worlds. (Though unfortunately
this means that code that includes <linux/udp.h> directly instead of
using <netinet/udp.h> now won't have any definition of struct udphdr.
We've taken the stance in the past that you shouldn't include a linux/
header if there's a standard equivalent --- you should rely on us
transitively including it for you.)

Change-Id: Ie625892441b0edd8df3b76d3fcf2cbe299077bc4
2015-09-22 12:34:13 -07:00
..
arch-arm Implement setjmp cookies on ARM. 2015-09-17 14:07:24 -07:00
arch-arm64 Implement setjmp cookies on AArch64. 2015-09-17 14:07:24 -07:00
arch-common/bionic Properly align init/fini_arrays for crtend.o 2015-05-07 11:57:53 -07:00
arch-mips Add preadv/pwritev. 2015-08-26 14:48:55 -07:00
arch-mips64 Add preadv/pwritev. 2015-08-26 14:48:55 -07:00
arch-x86 Implement setjmp cookies on x86. 2015-09-17 14:51:44 -07:00
arch-x86_64 Implement setjmp cookies on x86_64. 2015-09-17 14:51:44 -07:00
bionic Implement setjmp cookies on ARM. 2015-09-17 14:07:24 -07:00
dns Fix alignment after variable-length data. 2015-07-06 14:43:28 -07:00
include <netinet/udp.h> should include <linux/udp.h>. 2015-09-22 12:34:13 -07:00
kernel <netinet/udp.h> should include <linux/udp.h>. 2015-09-22 12:34:13 -07:00
private Add a TLS slot for TSAN. 2015-08-18 15:09:00 -07:00
stdio Don't use TEMP_FAILURE_RETRY on close in bionic. 2015-05-15 16:20:07 -07:00
stdlib name the atexit handler pages 2015-07-27 11:04:58 -07:00
tools Move tzdata scripts from bionic to external/icu 2015-08-24 18:25:05 +01:00
tzcode
upstream-dlmalloc
upstream-freebsd Move several FreeBSD functions to OpenBSD. 2015-09-14 19:01:58 -07:00
upstream-netbsd Sync with upstream NetBSD lib/libc/regex. 2015-09-14 18:45:52 -07:00
upstream-openbsd Move several FreeBSD functions to OpenBSD. 2015-09-14 19:01:58 -07:00
zoneinfo Update timezone data to 2015f 2015-08-25 12:46:33 +01:00
Android.bp Update Android.bp for setjmp cookies 2015-09-17 15:28:45 -07:00
Android.mk Implement setjmp cookies on ARM. 2015-09-17 14:07:24 -07:00
MODULE_LICENSE_BSD
NOTICE Regenerate NOTICE files. 2015-08-28 20:23:52 -07:00
SYSCALLS.TXT Add preadv/pwritev. 2015-08-26 14:48:55 -07:00
crt.mk
libc.map Add preadv/pwritev. 2015-08-26 14:48:55 -07:00
version_script.txt Revert "Fix volantis boot." 2015-05-07 15:12:24 -07:00