commit | d2125043aebf7f53cd1c72115c17b01d0bc06ce1 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Oct 23 13:17:59 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Nov 28 21:49:04 2012 -0500 |
tree | e6d510a22905d870a612660c2da0bdb6e36bc7e6 | |
parent | 25906730ec01be664534c9439d7cf5a373e8a4e4 [diff] |
generic sys_fork / sys_vfork / sys_clone ... and get rid of idiotic struct pt_regs * in asm-generic/syscalls.h prototypes of the same, while we are at it. Eventually we want those in linux/syscalls.h, of course, but that'll have to wait a bit. Note that there are *three* variants of sys_clone() order of arguments. Braindamage galore... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>