summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_vfork.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-10-09 14:16:39 +0000
committerobrien <obrien@FreeBSD.org>2007-10-09 14:16:39 +0000
commit9724a293f7f7df7e791661a0a5159fe124c80f7d (patch)
treed0edefa18994441e9444e6531011f2a5d5cf29b6 /lib/libpthread/thread/thr_vfork.c
parenteb3f6a9e7473ee9d6e8016ce8d9cc1e8286bdd98 (diff)
downloadFreeBSD-src-9724a293f7f7df7e791661a0a5159fe124c80f7d.zip
FreeBSD-src-9724a293f7f7df7e791661a0a5159fe124c80f7d.tar.gz
Repo copy libpthreads to libkse.
This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
Diffstat (limited to 'lib/libpthread/thread/thr_vfork.c')
-rw-r--r--lib/libpthread/thread/thr_vfork.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/libpthread/thread/thr_vfork.c b/lib/libpthread/thread/thr_vfork.c
deleted file mode 100644
index 428c129..0000000
--- a/lib/libpthread/thread/thr_vfork.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * $FreeBSD$
- */
-#include <unistd.h>
-
-#include "thr_private.h"
-
-LT10_COMPAT_PRIVATE(_vfork);
-LT10_COMPAT_DEFAULT(vfork);
-
-__weak_reference(_vfork, vfork);
-
-int
-_vfork(void)
-{
- return (fork());
-}
OpenPOWER on IntegriCloud