Added some more types
authorceriel <none@none>
Fri, 25 Oct 1991 11:10:21 +0000 (11:10 +0000)
committerceriel <none@none>
Fri, 25 Oct 1991 11:10:21 +0000 (11:10 +0000)
include/_tail_cc/sys/stdtypes.h

index 923f54a..dcbe60e 100644 (file)
@@ -11,5 +11,9 @@
 typedef long   sigset_t;       /* for <signal.h> on SUN's */
 typedef        long    time_t;
 typedef        long    size_t;
+typedef long   clock_t;
+typedef int    pid_t;
+typedef unsigned short gid_t;
+typedef unsigned short uid_t;
 
 #endif /* __STDTYPES_H__ */