diff --git a/include/_tail_cc/sys/stdtypes.h b/include/_tail_cc/sys/stdtypes.h index 0ceb0149..923f54a5 100644 --- a/include/_tail_cc/sys/stdtypes.h +++ b/include/_tail_cc/sys/stdtypes.h @@ -8,6 +8,7 @@ #ifndef __STDTYPES_H__ #define __STDTYPES_H__ +typedef long sigset_t; /* for on SUN's */ typedef long time_t; typedef long size_t;