summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/process.c b/process.c
index af203ea..1325319 100644
--- a/process.c
+++ b/process.c
@@ -600,14 +600,6 @@ sys_fork(struct tcb *tcp)
return 0;
}
-int
-sys_vfork(struct tcb *tcp)
-{
- if (exiting(tcp))
- return RVAL_UDECIMAL;
- return 0;
-}
-
int sys_getuid(struct tcb *tcp)
{
if (exiting(tcp))