diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-26 21:15:13 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-29 04:36:46 +0100 |
commit | 27d892fb27f492921cfd6df15ab4153f1badbb46 (patch) | |
tree | a5097f8bfe9614ec86db50a84b538afb8399033d /arch/cris/include/asm/unistd.h | |
parent | avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappers (diff) | |
download | linux-27d892fb27f492921cfd6df15ab4153f1badbb46.tar.xz linux-27d892fb27f492921cfd6df15ab4153f1badbb46.zip |
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/asm/unistd.h')
-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 @@ #define __ARCH_WANT_SYS_RT_SIGACTION #define __ARCH_WANT_SYS_RT_SIGSUSPEND #define __ARCH_WANT_SYS_EXECVE +#define __ARCH_WANT_SYS_FORK +#define __ARCH_WANT_SYS_VFORK +#define __ARCH_WANT_SYS_CLONE /* * "Conditional" syscalls |