diff options
author | Christopher Ferris <cferris@google.com> | 2015-01-26 10:57:07 -0800 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2015-01-26 10:57:07 -0800 |
commit | 82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f (patch) | |
tree | 2d3e27eac5a493892ef219628b1ebdc98349b948 /libc/kernel/uapi/asm-generic | |
parent | 7f3d65de8cf2920981d73adee278c0d7bee79170 (diff) | |
download | bionic-82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f.zip bionic-82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f.tar.gz bionic-82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f.tar.bz2 |
Update kernel headers to v3.18.3.
Bug: 19127803
Change-Id: I67fa0832322ddd0032d909476047578be052bcf2
Diffstat (limited to 'libc/kernel/uapi/asm-generic')
-rw-r--r-- | libc/kernel/uapi/asm-generic/unistd.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libc/kernel/uapi/asm-generic/unistd.h b/libc/kernel/uapi/asm-generic/unistd.h index 4f87b6c..7cdf439 100644 --- a/libc/kernel/uapi/asm-generic/unistd.h +++ b/libc/kernel/uapi/asm-generic/unistd.h @@ -372,8 +372,13 @@ #define __NR_sched_getattr 275 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #define __NR_renameat2 276 +#define __NR_seccomp 277 +#define __NR_getrandom 278 +#define __NR_memfd_create 279 +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ +#define __NR_bpf 280 #undef __NR_syscalls -#define __NR_syscalls 277 +#define __NR_syscalls 281 #ifdef __ARCH_WANT_SYSCALL_NO_AT /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #define __NR_open 1024 |