summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1997-09-03 00:19:25 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1997-09-03 00:19:25 +0000
commit6e303d68e07322327a7fd3294bde879ab951c4b7 (patch)
tree76c85ece97575c6b8b4930b8b21ad3200c4e864c /lib-src
parent4c04e61d8d2ab41d2b34ed0793515ec3076664b3 (diff)
downloademacs-6e303d68e07322327a7fd3294bde879ab951c4b7.tar.gz
(getpid): Delete function.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ntlib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c
index d5f6177f4a2..678d969c04f 100644
--- a/lib-src/ntlib.c
+++ b/lib-src/ntlib.c
@@ -49,12 +49,6 @@ getwd (char *dir)
return NULL;
}
-int
-getpid ()
-{
- return _getpid ();
-}
-
static HANDLE getppid_parent;
static int getppid_ppid;