From: ceriel Date: Fri, 25 Oct 1991 11:10:21 +0000 (+0000) Subject: Added some more types X-Git-Tag: release-5-5~695 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ae063bd74f79996d1a4493ed18150751568f91e8;p=ack.git Added some more types --- diff --git a/include/_tail_cc/sys/stdtypes.h b/include/_tail_cc/sys/stdtypes.h index 923f54a58..dcbe60e42 100644 --- a/include/_tail_cc/sys/stdtypes.h +++ b/include/_tail_cc/sys/stdtypes.h @@ -11,5 +11,9 @@ typedef long sigset_t; /* for 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__ */