Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40c2702a authored by Michal Simek's avatar Michal Simek
Browse files

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -38,4 +38,7 @@
#define __ARCH_WANT_SYS_FORK

#endif /* __ASSEMBLY__ */

#define __NR_syscalls         381

#endif /* _ASM_MICROBLAZE_UNISTD_H */
+0 −2
Original line number Diff line number Diff line
@@ -397,6 +397,4 @@
#define __NR_kcmp		379
#define __NR_finit_module	380

#define __NR_syscalls		381

#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */