diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-12-18 15:29:54 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-01-05 12:36:40 +0100 |
commit | add4b1b02da7e7ec35c34dd04d351ac53f3f0dd8 (patch) | |
tree | 3c01e846b28557fd95abc5432b2d720fedb54dd0 /arch/microblaze/include/asm/unistd.h | |
parent | e236fe93e306055c0f927eb09b4d5b10deadbb28 (diff) | |
download | op-kernel-dev-add4b1b02da7e7ec35c34dd04d351ac53f3f0dd8.zip op-kernel-dev-add4b1b02da7e7ec35c34dd04d351ac53f3f0dd8.tar.gz |
microblaze: Wire-up execveat syscall
Add new execveat syscall.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/asm/unistd.h')
-rw-r--r-- | arch/microblaze/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/unistd.h b/arch/microblaze/include/asm/unistd.h index 0a53362..76ed17b 100644 --- a/arch/microblaze/include/asm/unistd.h +++ b/arch/microblaze/include/asm/unistd.h @@ -38,6 +38,6 @@ #endif /* __ASSEMBLY__ */ -#define __NR_syscalls 388 +#define __NR_syscalls 389 #endif /* _ASM_MICROBLAZE_UNISTD_H */ |