From: ceriel Date: Fri, 25 Oct 1991 11:39:06 +0000 (+0000) Subject: Some more typedefs X-Git-Tag: release-5-5~689 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=96565df518572f6dfd416cb7f9a5395a1930af7d;p=ack.git Some more typedefs --- diff --git a/include/_tail_cc/sys/stdtypes.h b/include/_tail_cc/sys/stdtypes.h index dcbe60e42..78e6c06f0 100644 --- a/include/_tail_cc/sys/stdtypes.h +++ b/include/_tail_cc/sys/stdtypes.h @@ -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__ */