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:
Michal Simek 2013-07-08 09:50:24 +02:00
parent c421cee4e8
commit 40c2702a02
2 changed files with 3 additions and 2 deletions

View File

@ -38,4 +38,7 @@
#define __ARCH_WANT_SYS_FORK
#endif /* __ASSEMBLY__ */
#define __NR_syscalls 381
#endif /* _ASM_MICROBLAZE_UNISTD_H */

View File

@ -397,6 +397,4 @@
#define __NR_kcmp 379
#define __NR_finit_module 380
#define __NR_syscalls 381
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */