Define reasonable (unsigned) type for pid_t under NT.
authorChris Hanson <org/chris-hanson/cph>
Wed, 22 Oct 1997 05:22:06 +0000 (05:22 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 22 Oct 1997 05:22:06 +0000 (05:22 +0000)
v7/src/microcode/posixtyp.h

index ceb5d690c30b47ddc603f629a2f165eba711376a..7c974f475e9c0abeca1c49ad0a9cf3930694a729 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: posixtyp.h,v 1.13 1995/10/24 05:10:00 cph Exp $
+$Id: posixtyp.h,v 1.14 1997/10/22 05:22:06 cph Exp $
 
-Copyright (c) 1990-95 Massachusetts Institute of Technology
+Copyright (c) 1990-97 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -113,6 +113,11 @@ MIT in each case. */
 #define _CLOCK_T
 #endif
 
+#ifndef _PID_T
+#define _PID_T
+typedef unsigned long pid_t;
+#endif
+
 #endif
 
 #ifdef _OS2