| Index: sandbox/linux/services/x86_32_linux_syscalls.h
|
| diff --git a/sandbox/linux/services/x86_32_linux_syscalls.h b/sandbox/linux/services/x86_32_linux_syscalls.h
|
| index ca8ccbdc6d39989304b8fcb8ce931d2f87ab6f00..0fc21833a74715a9c9db8476e355fb67b20d5145 100644
|
| --- a/sandbox/linux/services/x86_32_linux_syscalls.h
|
| +++ b/sandbox/linux/services/x86_32_linux_syscalls.h
|
| @@ -1394,5 +1394,33 @@
|
| #define __NR_kcmp 349
|
| #endif
|
|
|
| +#if !defined(__NR_finit_module)
|
| +#define __NR_finit_module 350
|
| +#endif
|
| +
|
| +#if !defined(__NR_sched_setattr)
|
| +#define __NR_sched_setattr 351
|
| +#endif
|
| +
|
| +#if !defined(__NR_sched_getattr)
|
| +#define __NR_sched_getattr 352
|
| +#endif
|
| +
|
| +#if !defined(__NR_renameat2)
|
| +#define __NR_renameat2 353
|
| +#endif
|
| +
|
| +#if !defined(__NR_seccomp)
|
| +#define __NR_seccomp 354
|
| +#endif
|
| +
|
| +#if !defined(__NR_getrandom)
|
| +#define __NR_getrandom 355
|
| +#endif
|
| +
|
| +#if !defined(__NR_memfd_create)
|
| +#define __NR_memfd_create 356
|
| +#endif
|
| +
|
| #endif // SANDBOX_LINUX_SERVICES_X86_32_LINUX_SYSCALLS_H_
|
|
|
|
|