aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/oldclone/guts/clone.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/oldclone/guts/clone.c')
-rw-r--r--ports/linux/oldclone/guts/clone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/linux/oldclone/guts/clone.c b/ports/linux/oldclone/guts/clone.c
index 5240bb3..c6771e5 100644
--- a/ports/linux/oldclone/guts/clone.c
+++ b/ports/linux/oldclone/guts/clone.c
@@ -19,7 +19,7 @@
myargs->arg = arg;
/* call the real syscall */
- rc = (*real_clone)(wrap_clone_child, child_stack, flags, myargs, pid);
+ rc = (*real_clone)(wrap_clone_child, child_stack, flags, myargs);
/* If we're not sharing memory, we need to free myargs in the parent */
if (!(flags & CLONE_VM))