| Index: src/nonsfi/linux/linux_syscalls.h
|
| diff --git a/src/nonsfi/linux/linux_syscalls.h b/src/nonsfi/linux/linux_syscalls.h
|
| index 42efbc369c926b8d72c68a7239ec0f83b27f6087..9dbf590335bc5d40ec1e592ce334d12c02d79a40 100644
|
| --- a/src/nonsfi/linux/linux_syscalls.h
|
| +++ b/src/nonsfi/linux/linux_syscalls.h
|
| @@ -58,6 +58,9 @@
|
| # define __NR_exit_group 252
|
| # define __NR_clock_gettime 265
|
| # define __NR_clock_getres 266
|
| +# define __NR_openat 295
|
| +# define __NR_fstatat64 300
|
| +# define __NR_pipe2 331
|
|
|
| #define SYS_SOCKETPAIR 8
|
| #define SYS_SHUTDOWN 13
|
| @@ -115,6 +118,9 @@
|
| # define __NR_shutdown 293
|
| # define __NR_sendmsg 296
|
| # define __NR_recvmsg 297
|
| +# define __NR_openat 322
|
| +# define __NR_fstatat64 327
|
| +# define __NR_pipe2 359
|
| # define __NR_ARM_set_tls 0xf0005
|
|
|
| #else
|
|
|