aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/getpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread/getpid.c')
-rw-r--r--src/libthread/getpid.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libthread/getpid.c b/src/libthread/getpid.c
deleted file mode 100644
index c4d23dad..00000000
--- a/src/libthread/getpid.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "threadimpl.h"
-extern int getfforkid(void);
-int
-_threadgetpid(void)
-{
- return getfforkid();
-}