diff options
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 |
