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: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
c421cee4e8
commit
40c2702a02
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue