# HG changeset patch # User Geoff Voelker # Date 827200907 0 # Node ID 730a5bd19776861804a168bb4220951dceb22bbf # Parent 6d0ad3e4050738456b434a93e12e9b86a6572572 (getpid): New function. diff -r 6d0ad3e40507 -r 730a5bd19776 lib-src/ntlib.c --- a/lib-src/ntlib.c Mon Mar 18 23:58:51 1996 +0000 +++ b/lib-src/ntlib.c Tue Mar 19 02:01:47 1996 +0000 @@ -43,6 +43,12 @@ return GetCurrentDirectory (MAXPATHLEN, dir); } +int +getpid () +{ + return _getpid (); +} + static HANDLE getppid_parent; static int getppid_ppid;