commit | a981e2e52e2e95a65fa9c9b6fb16dcb4c83dd576 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Oct 25 12:11:39 2018 -0700 |
committer | Christopher Ferris <cferris@google.com> | Sun Oct 28 15:14:46 2018 -0700 |
tree | 42cfa7f8700828c4e302e0ec6d3ddfffb94d6334 | |
parent | de0830745f08de8d248ce71e198449e8261be212 [diff] [blame] |
Update to v4.19 kernel headers. Test: Builds and boots. Change-Id: I99a9ed79666e143b47f02ca4e59eed94f69b7e4a
diff --git a/libc/kernel/uapi/linux/signalfd.h b/libc/kernel/uapi/linux/signalfd.h index a1fe2de..5108ef0 100644 --- a/libc/kernel/uapi/linux/signalfd.h +++ b/libc/kernel/uapi/linux/signalfd.h
@@ -40,6 +40,10 @@ __u64 ssi_stime; __u64 ssi_addr; __u16 ssi_addr_lsb; - __u8 __pad[46]; + __u16 __pad2; + __s32 ssi_syscall; + __u64 ssi_call_addr; + __u32 ssi_arch; + __u8 __pad[28]; }; #endif