(getpid): Delete function.

This commit is contained in:
Geoff Voelker 1997-09-03 00:19:25 +00:00
parent 90eef3d95b
commit 16f49a88c2

View file

@ -49,12 +49,6 @@ getwd (char *dir)
return NULL;
}
int
getpid ()
{
return _getpid ();
}
static HANDLE getppid_parent;
static int getppid_ppid;