platform_bionic/libc/kernel/uapi/asm-mips/asm
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 Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
bitfield.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -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
break.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
byteorder.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
cachectl.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
hwcap.h Update to v4.17.3 kernel headers. 2018-06-27 14:12:29 -07:00
inst.h Update to kernel headers v4.14. 2017-11-15 12:23:56 -08: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 Generate the uapi headers for mips and x86/x86_64. 2013-11-08 11:46:03 -08:00
kvm.h Update to kernel headers v4.12.3. 2017-07-27 16:01:39 -07:00
kvm_para.h Update kernel uapi headers to v3.16.1. 2014-09-17 17:05:17 -07:00
mman.h Update to v4.17.3 kernel headers. 2018-06-27 14:12:29 -07: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 Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
posix_types.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
ptrace.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -07:00
reg.h Remove the repetitive warnings from the uapi headers. 2017-05-25 13:48:01 -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
sgidefs.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
sigcontext.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.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
sysmips.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.19 kernel headers. 2018-10-30 09:21:16 -07:00