/* -*-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
#define _CLOCK_T
#endif
+#ifndef _PID_T
+#define _PID_T
+typedef unsigned long pid_t;
+#endif
+
#endif
#ifdef _OS2