提交 e180583b 编写于 作者: A Alexey Kuznetsov 提交者: Tony Luck

[IA64] wire up pselect, ppoll

Signed-off-by: NAlexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Signed-off-by: NAlexey Dobriyan <adobriyan@openvz.org>
Signed-off-by: NTony Luck <tony.luck@intel.com>
上级 4a177cbf
...@@ -1572,8 +1572,8 @@ sys_call_table: ...@@ -1572,8 +1572,8 @@ sys_call_table:
data8 sys_readlinkat data8 sys_readlinkat
data8 sys_fchmodat data8 sys_fchmodat
data8 sys_faccessat data8 sys_faccessat
data8 sys_ni_syscall // reserved for pselect data8 sys_pselect6
data8 sys_ni_syscall // 1295 reserved for ppoll data8 sys_ppoll
data8 sys_unshare data8 sys_unshare
data8 sys_splice data8 sys_splice
data8 sys_set_robust_list data8 sys_set_robust_list
......
...@@ -283,7 +283,8 @@ ...@@ -283,7 +283,8 @@
#define __NR_readlinkat 1291 #define __NR_readlinkat 1291
#define __NR_fchmodat 1292 #define __NR_fchmodat 1292
#define __NR_faccessat 1293 #define __NR_faccessat 1293
/* 1294, 1295 reserved for pselect/ppoll */ #define __NR_pselect6 1294
#define __NR_ppoll 1295
#define __NR_unshare 1296 #define __NR_unshare 1296
#define __NR_splice 1297 #define __NR_splice 1297
#define __NR_set_robust_list 1298 #define __NR_set_robust_list 1298
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册