diff options
Diffstat (limited to 'lib/libc_r/uthread/uthread_vfork.c')
-rw-r--r-- | lib/libc_r/uthread/uthread_vfork.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libc_r/uthread/uthread_vfork.c b/lib/libc_r/uthread/uthread_vfork.c deleted file mode 100644 index 32ac5cd33c1..00000000000 --- a/lib/libc_r/uthread/uthread_vfork.c +++ /dev/null @@ -1,10 +0,0 @@ -/* $OpenBSD: uthread_vfork.c,v 1.2 1999/11/25 07:01:47 d Exp $ */ -#include <unistd.h> -#ifdef _THREAD_SAFE - -int -vfork(void) -{ - return (fork()); -} -#endif |