Implement basic support for (kernel) rt signals.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#define SIG_IGN ((void (*)(int))1)
|
||||
#define SIG_ERR ((void (*)(int))-1)
|
||||
|
||||
struct siginfo;
|
||||
typedef struct siginfo siginfo_t;
|
||||
typedef unsigned long long sigset_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user