diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h b/sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h index 73eff81345..1f90f25891 100644 --- a/sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h +++ b/sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h @@ -154,8 +154,10 @@ #define __NR_open_by_handle_at 265 #define __NR_open_tree 428 #define __NR_openat 56 +#define __NR_openat2 437 #define __NR_perf_event_open 241 #define __NR_personality 92 +#define __NR_pidfd_getfd 438 #define __NR_pidfd_open 434 #define __NR_pidfd_send_signal 424 #define __NR_pipe2 59 |