diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-13 04:59:44 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-13 04:59:44 +0000 |
| commit | 842f30848780866cb822fe01c4d3d4576718ddb3 (patch) | |
| tree | 212d1aae25966b1cb7769409e1ae97e626a32b95 /lib/libpthread/thread/thr_vfork.c | |
| parent | dd3552c8a7b2b6823668c2834f667466844698de (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_vfork.c')
| -rw-r--r-- | lib/libpthread/thread/thr_vfork.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libpthread/thread/thr_vfork.c b/lib/libpthread/thread/thr_vfork.c deleted file mode 100644 index bbfcf002bc02..000000000000 --- a/lib/libpthread/thread/thr_vfork.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <unistd.h> -#ifdef _THREAD_SAFE - -int -vfork(void) -{ - return (fork()); -} -#endif |
