diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-10 13:31:13 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-14 19:37:44 -0400 |
commit | 71915d21e59c153c1202e3198916817c2d18da32 (patch) | |
tree | 16f860959623b593f18215911271d17ace515865 /arch/h8300/include/asm | |
parent | 5fae1b664595adc621fb9294b7d19145918073de (diff) | |
download | op-kernel-dev-71915d21e59c153c1202e3198916817c2d18da32.zip op-kernel-dev-71915d21e59c153c1202e3198916817c2d18da32.tar.gz |
h8300: generic sys_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/h8300/include/asm')
-rw-r--r-- | arch/h8300/include/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/unistd.h b/arch/h8300/include/asm/unistd.h index 5cd8828..07afcfa 100644 --- a/arch/h8300/include/asm/unistd.h +++ b/arch/h8300/include/asm/unistd.h @@ -356,6 +356,7 @@ #define __ARCH_WANT_SYS_SIGPROCMASK #define __ARCH_WANT_SYS_RT_SIGACTION #define __ARCH_WANT_SYS_RT_SIGSUSPEND +#define __ARCH_WANT_SYS_EXECVE /* * "Conditional" syscalls |