提交 052920a6 编写于 作者: M Michal Simek

microblaze: Enable pselect6 syscall

Enable this syscall and cleanup comments.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 1b3fe856
无相关合并请求
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
#define __NR_settimeofday 79 /* ok */ #define __NR_settimeofday 79 /* ok */
#define __NR_getgroups 80 /* ok */ #define __NR_getgroups 80 /* ok */
#define __NR_setgroups 81 /* ok */ #define __NR_setgroups 81 /* ok */
#define __NR_select 82 /* obsolete -> sys_pselect7 */ #define __NR_select 82 /* obsolete -> sys_pselect6 */
#define __NR_symlink 83 /* symlinkat */ #define __NR_symlink 83 /* symlinkat */
#define __NR_oldlstat 84 /* remove */ #define __NR_oldlstat 84 /* remove */
#define __NR_readlink 85 /* obsolete -> sys_readlinkat */ #define __NR_readlink 85 /* obsolete -> sys_readlinkat */
...@@ -320,7 +320,7 @@ ...@@ -320,7 +320,7 @@
#define __NR_readlinkat 305 /* ok */ #define __NR_readlinkat 305 /* ok */
#define __NR_fchmodat 306 /* ok */ #define __NR_fchmodat 306 /* ok */
#define __NR_faccessat 307 /* ok */ #define __NR_faccessat 307 /* ok */
#define __NR_pselect6 308 /* obsolete -> sys_pselect7 */ #define __NR_pselect6 308 /* ok */
#define __NR_ppoll 309 /* ok */ #define __NR_ppoll 309 /* ok */
#define __NR_unshare 310 /* ok */ #define __NR_unshare 310 /* ok */
#define __NR_set_robust_list 311 /* ok */ #define __NR_set_robust_list 311 /* ok */
......
...@@ -308,7 +308,7 @@ ENTRY(sys_call_table) ...@@ -308,7 +308,7 @@ ENTRY(sys_call_table)
.long sys_readlinkat /* 305 */ .long sys_readlinkat /* 305 */
.long sys_fchmodat .long sys_fchmodat
.long sys_faccessat .long sys_faccessat
.long sys_ni_syscall /* pselect6 */ .long sys_pselect6
.long sys_ppoll .long sys_ppoll
.long sys_unshare /* 310 */ .long sys_unshare /* 310 */
.long sys_set_robust_list .long sys_set_robust_list
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部