summaryrefslogtreecommitdiffstats
path: root/newlib/libc/syscalls/sysgetpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/syscalls/sysgetpid.c')
-rw-r--r--newlib/libc/syscalls/sysgetpid.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/newlib/libc/syscalls/sysgetpid.c b/newlib/libc/syscalls/sysgetpid.c
deleted file mode 100644
index a7048acc7..000000000
--- a/newlib/libc/syscalls/sysgetpid.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* connector for getpid */
-
-#include <reent.h>
-
-int
-_DEFUN_VOID (getpid)
-{
- return _getpid_r (_REENT);
-}