merge newfstat variants
[trinity.git] / syscalls / vfork.c
blobbe4790746734d36e1643c6a3edac04d457035a65
1 /*
2 int sys_vfork(struct pt_regs *regs)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_vfork = {
7 .name = "vfork",
8 .num_args = 1,
9 .flags = AVOID_SYSCALL, // No args, confuses fuzzer
10 .arg1name = "regs",