(getpid): Delete function.
This commit is contained in:
parent
90eef3d95b
commit
16f49a88c2
1 changed files with 0 additions and 6 deletions
|
@ -49,12 +49,6 @@ getwd (char *dir)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
int
|
||||
getpid ()
|
||||
{
|
||||
return _getpid ();
|
||||
}
|
||||
|
||||
static HANDLE getppid_parent;
|
||||
static int getppid_ppid;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue