diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-26 15:15:13 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-28 22:36:46 -0500 |
commit | 27d892fb27f492921cfd6df15ab4153f1badbb46 (patch) | |
tree | a5097f8bfe9614ec86db50a84b538afb8399033d /arch/cris/include | |
parent | 584271bcb45b50027c8d87b51634750780c92437 (diff) |
cris: switch to generic fork/vfork/clone
same braindamage as on s390 - the first two arguments of clone(2) in the
wrong order.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/cris/include')
-rw-r--r-- | arch/cris/include/asm/unistd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/cris/include/asm/unistd.h b/arch/cris/include/asm/unistd.h index f181d1fc7632..f27b542e0ebc 100644 --- a/arch/cris/include/asm/unistd.h +++ b/arch/cris/include/asm/unistd.h | |||
@@ -372,6 +372,9 @@ | |||
372 | #define __ARCH_WANT_SYS_RT_SIGACTION | 372 | #define __ARCH_WANT_SYS_RT_SIGACTION |
373 | #define __ARCH_WANT_SYS_RT_SIGSUSPEND | 373 | #define __ARCH_WANT_SYS_RT_SIGSUSPEND |
374 | #define __ARCH_WANT_SYS_EXECVE | 374 | #define __ARCH_WANT_SYS_EXECVE |
375 | #define __ARCH_WANT_SYS_FORK | ||
376 | #define __ARCH_WANT_SYS_VFORK | ||
377 | #define __ARCH_WANT_SYS_CLONE | ||
375 | 378 | ||
376 | /* | 379 | /* |
377 | * "Conditional" syscalls | 380 | * "Conditional" syscalls |