platform_bionic/libc/kernel/uapi/asm-generic
Christopher Ferris 86a4837a8e Update to v4.20.1 kernel headers.
This includes one manual change:

In the file bionic/libc/kernel/uapi/linux/in.h, the macro IN_BADCLASS
was not definied correctly. Change the macro from:

  #define IN_BADCLASS(a) ((((long int) (a)) == 0xffffffff)

to:

  #define IN_BADCLASS(a) (((long int) (a)) == (long int)0xffffffff)

This change is being pushed to the upstream kernels.

Test: Builds and boots.
Change-Id: Ia304773a9dc6789b34d9769d73742384d6afb571
Merged-In: Ia304773a9dc6789b34d9769d73742384d6afb571
(cherry picked from commit 967fb01cce)
2019-01-15 07:33:14 -08:00
..
auxvec.h Add processed uapi kernel headers (common and aarch64-specific) 2013-10-16 16:09:24 -07:00
bitsperlong.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
bpf_perf_event.h Update to v4.15 kernel headers. 2018-02-01 10:51:01 -08:00
errno-base.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
errno.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
fcntl.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
hugetlb_encode.h Update to v4.19 kernel headers. 2018-10-30 09:21:16 -07:00
int-l64.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
int-ll64.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
ioctl.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
ioctls.h Update to v4.20.1 kernel headers. 2019-01-15 07:33:14 -08:00
ipcbuf.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
kvm_para.h Add processed uapi kernel headers (common and aarch64-specific) 2013-10-16 16:09:24 -07:00
mman-common.h Update to v4.17.3 kernel headers. 2018-06-27 14:12:29 -07:00
mman.h Update to v4.15 kernel headers. 2018-02-01 10:51:01 -08:00
msgbuf.h Update to v4.19 kernel headers. 2018-10-30 09:21:16 -07:00
param.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
poll.h Update to v4.17.3 kernel headers. 2018-06-27 14:12:29 -07:00
posix_types.h Update to v4.19 kernel headers. 2018-10-30 09:21:16 -07:00
resource.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
sembuf.h Update to v4.19 kernel headers. 2018-10-30 09:21:16 -07:00
setup.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
shmbuf.h Update to v4.19 kernel headers. 2018-10-30 09:21:16 -07:00
shmparam.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
siginfo.h Update to v4.20.1 kernel headers. 2019-01-15 07:33:14 -08:00
signal-defs.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
signal.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
socket.h Update to v4.19 kernel headers. 2018-10-30 09:21:16 -07:00
sockios.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
stat.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
statfs.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
swab.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
termbits.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
termios.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
types.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
ucontext.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
unistd.h Update to v4.20.1 kernel headers. 2019-01-15 07:33:14 -08:00