platform_bionic/libc/kernel/uapi
Elliott Hughes 497ad30d7d Make union semun usable.
This is a bit bogus because it's been removed from glibc (though not
thoroughly) and is never useful on Android (because the system calls
in question are compiled out of Android kernels, and SELinux would
disallow them even if you weren't running an Android kernel). This
also means that on glibc you need to include <linux/sem.h> for this
and on bionic you need <sys/sem.h> (and for either if you #include
the other file, you won't get this union).

Bug: https://github.com/android-ndk/ndk/issues/400
Test: added new test
Change-Id: I47f721da77515531f616d6ad8479bfbc9b60ee47
2017-05-18 15:05:26 -07:00
..
asm-arm/asm Update to kernel headers v4.10. 2017-02-21 14:42:34 -08:00
asm-arm64/asm Update to kernel headers v4.9.6. 2017-01-27 10:49:48 -08:00
asm-generic Update to kernel headers v4.10. 2017-02-21 14:42:34 -08:00
asm-mips/asm Update to kernel headers v4.10. 2017-02-21 14:42:34 -08:00
asm-x86/asm Update to kernel headers v4.10. 2017-02-21 14:42:34 -08:00
drm Update to kernel headers v4.10. 2017-02-21 14:42:34 -08:00
linux Make union semun usable. 2017-05-18 15:05:26 -07:00
misc Update to kernel headers v4.8.14. 2016-12-12 19:08:01 -08:00
mtd Updated to v4.4.1 kernel headers. 2016-02-05 16:03:55 -08:00
rdma Update to kernel headers v4.10. 2017-02-21 14:42:34 -08:00
scsi Update to kernel headers v4.10. 2017-02-21 14:42:34 -08:00
sound Update to kernel headers v4.10. 2017-02-21 14:42:34 -08:00
video Move/remove android only kernel uapi headers. 2016-07-19 12:43:56 -07:00
xen Update to kernel headers v4.8.14. 2016-12-12 19:08:01 -08:00