提交 40c2702a 编写于 作者: M Michal Simek

microblaze: Move __NR_syscalls from uapi

The reason is that other applications like strace
think that every __NR_xx is syscall.
Also __NR_syscalls is not used by user applications/libs.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 c421cee4
......@@ -38,4 +38,7 @@
#define __ARCH_WANT_SYS_FORK
#endif /* __ASSEMBLY__ */
#define __NR_syscalls 381
#endif /* _ASM_MICROBLAZE_UNISTD_H */
......@@ -397,6 +397,4 @@
#define __NR_kcmp 379
#define __NR_finit_module 380
#define __NR_syscalls 381
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册