Added typedef for sigset_t
This commit is contained in:
parent
3003a092dd
commit
de39f29d16
@ -8,6 +8,7 @@
|
||||
#ifndef __STDTYPES_H__
|
||||
#define __STDTYPES_H__
|
||||
|
||||
typedef long sigset_t; /* for <signal.h> on SUN's */
|
||||
typedef long time_t;
|
||||
typedef long size_t;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user