From ae063bd74f79996d1a4493ed18150751568f91e8 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 25 Oct 1991 11:10:21 +0000 Subject: [PATCH] Added some more types --- include/_tail_cc/sys/stdtypes.h | 4 ++++ 1 file changed, 4 insertions(+) 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__ */ -- 2.34.1