changeset 14837:730a5bd19776

(getpid): New function.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 19 Mar 1996 02:01:47 +0000
parents 6d0ad3e40507
children 81cc01a0f082
files lib-src/ntlib.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;