summaryrefslogtreecommitdiff
path: root/src/unistd/getpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/getpid.c')
-rw-r--r--src/unistd/getpid.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/getpid.c b/src/unistd/getpid.c
deleted file mode 100644
index 4bc681c7..00000000
--- a/src/unistd/getpid.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#if 0
-
-#include <sys/types.h>
-#include "_syscall.h"
-
-pid_t getpid(void)
-{
- SYSCALL(getpid, pid_t, -1, 0, 0, 0, 0, 0, 0);
-}
-/*
-POSIX(1)
-*/
-
-
-#endif