summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_vfork.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_vfork.c')
-rw-r--r--lib/libc_r/uthread/uthread_vfork.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libc_r/uthread/uthread_vfork.c b/lib/libc_r/uthread/uthread_vfork.c
deleted file mode 100644
index dbefc65..0000000
--- a/lib/libc_r/uthread/uthread_vfork.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * $FreeBSD$
- */
-#include <unistd.h>
-
-__weak_reference(_vfork, vfork);
-
-int
-_vfork(void)
-{
- return (fork());
-}
OpenPOWER on IntegriCloud