Commit 40c2702a authored by Michal Simek's avatar 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: default avatarMichal Simek <michal.simek@xilinx.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment