changeset 19694:4a0cf10c12f2

(getpid): Delete function.
author Geoff Voelker <voelker@cs.washington.edu>
date Wed, 03 Sep 1997 00:19:25 +0000
parents 33826686c78e
children d28bbba0fcd0
files lib-src/ntlib.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ntlib.c	Wed Sep 03 00:19:12 1997 +0000
+++ b/lib-src/ntlib.c	Wed Sep 03 00:19:25 1997 +0000
@@ -49,12 +49,6 @@
   return NULL;
 }
 
-int
-getpid ()
-{
-  return _getpid ();
-}
-
 static HANDLE getppid_parent;
 static int    getppid_ppid;