Basic signal support
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#define SIG_ERR -1ULL
|
||||
|
||||
#define NSIG 64
|
||||
|
||||
// darn cbindgen
|
||||
typedef unsigned long sigset_t[NSIG / (8 * sizeof(unsigned long))];
|
||||
Reference in New Issue
Block a user