# HG changeset patch # User Geoff Voelker # Date 873245965 0 # Node ID 4a0cf10c12f287fe41404e5e281f9987f8bb501b # Parent 33826686c78e1435c0c9e1854de7288cafc05d15 (getpid): Delete function. diff -r 33826686c78e -r 4a0cf10c12f2 lib-src/ntlib.c --- 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;