xtensa: switch to generic clone()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
39d91a9eaf
commit
3e41f9ba61
5 changed files with 3 additions and 11 deletions
|
|
@ -260,7 +260,7 @@ __SYSCALL(115, sys_sendmmsg, 4)
|
|||
/* Process Operations */
|
||||
|
||||
#define __NR_clone 116
|
||||
__SYSCALL(116, xtensa_clone, 5)
|
||||
__SYSCALL(116, sys_clone, 5)
|
||||
#define __NR_execve 117
|
||||
__SYSCALL(117, sys_execve, 3)
|
||||
#define __NR_exit 118
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue