diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-21 16:44:27 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-28 22:44:37 -0500 |
commit | 87f1ca8fd9f00cc024a141623d042ca4319e12c1 (patch) | |
tree | d2826a08eda6b3fcbe55dcde75f89661cbaefbfd /arch/s390/include | |
parent | f3268edbe6fe0ce56e62c6d6b14640aeb04864b7 (diff) |
s390: switch to generic fork/vfork/clone
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/unistd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/include/asm/unistd.h b/arch/s390/include/asm/unistd.h index ccbcab7742cd..086bb8eaf6ab 100644 --- a/arch/s390/include/asm/unistd.h +++ b/arch/s390/include/asm/unistd.h | |||
@@ -54,6 +54,9 @@ | |||
54 | # define __ARCH_WANT_COMPAT_SYS_RT_SIGSUSPEND | 54 | # define __ARCH_WANT_COMPAT_SYS_RT_SIGSUSPEND |
55 | # endif | 55 | # endif |
56 | #define __ARCH_WANT_SYS_EXECVE | 56 | #define __ARCH_WANT_SYS_EXECVE |
57 | #define __ARCH_WANT_SYS_FORK | ||
58 | #define __ARCH_WANT_SYS_VFORK | ||
59 | #define __ARCH_WANT_SYS_CLONE | ||
57 | 60 | ||
58 | /* | 61 | /* |
59 | * "Conditional" syscalls | 62 | * "Conditional" syscalls |