Fixes to improve signals for openposixtestsuite
This commit is contained in:
committed by
Jeremy Soller
parent
1105a2092f
commit
b7589a63c5
@@ -4,6 +4,7 @@
|
||||
#define SIG_DFL ((void (*)(int))0)
|
||||
#define SIG_IGN ((void (*)(int))1)
|
||||
#define SIG_ERR ((void (*)(int))-1)
|
||||
#define SIG_HOLD ((void (*)(int))2)
|
||||
|
||||
typedef struct siginfo siginfo_t;
|
||||
typedef unsigned long long sigset_t;
|
||||
|
||||
Reference in New Issue
Block a user