|
@@ -600,9 +600,9 @@ __SYSCALL(__NR_fchmodat, sys_fchmodat)
|
|
|
#define __NR_faccessat 269
|
|
|
__SYSCALL(__NR_faccessat, sys_faccessat)
|
|
|
#define __NR_pselect6 270
|
|
|
-__SYSCALL(__NR_pselect6, sys_ni_syscall) /* for now */
|
|
|
+__SYSCALL(__NR_pselect6, sys_pselect6)
|
|
|
#define __NR_ppoll 271
|
|
|
-__SYSCALL(__NR_ppoll, sys_ni_syscall) /* for now */
|
|
|
+__SYSCALL(__NR_ppoll, sys_ppoll)
|
|
|
#define __NR_unshare 272
|
|
|
__SYSCALL(__NR_unshare, sys_unshare)
|
|
|
#define __NR_set_robust_list 273
|