diff options
author | Christopher Ferris <cferris@google.com> | 2019-01-10 14:14:59 -0800 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2019-01-10 22:49:56 -0800 |
commit | 967fb01cce73591281e7804e2c0fa9f83b618f5b (patch) | |
tree | d3f3dd78668c203aa56aff26b3abead84085c5bf /libc/malloc_hooks/malloc_hooks.cpp | |
parent | a1f817fbde58674e00886607cab115497315496a (diff) |
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
Diffstat (limited to 'libc/malloc_hooks/malloc_hooks.cpp')
0 files changed, 0 insertions, 0 deletions