From edf82faed0a1265371ee07ee389d559a5814d074 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 923f54a5..dcbe60e4 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__ */