Some more typedefs
authorceriel <none@none>
Fri, 25 Oct 1991 11:39:06 +0000 (11:39 +0000)
committerceriel <none@none>
Fri, 25 Oct 1991 11:39:06 +0000 (11:39 +0000)
include/_tail_cc/sys/stdtypes.h

index dcbe60e..78e6c06 100644 (file)
@@ -15,5 +15,9 @@ typedef long  clock_t;
 typedef int    pid_t;
 typedef unsigned short gid_t;
 typedef unsigned short uid_t;
+typedef unsigned int   speed_t;
+typedef unsigned long  tcflag_t;
+typedef unsigned char  cc_t;
+
 
 #endif /* __STDTYPES_H__ */