Basic signal support

This commit is contained in:
jD91mZM2
2018-07-22 17:01:40 +02:00
parent 7b8e7feb3d
commit ecd8aca6d6
16 changed files with 222 additions and 37 deletions
+6
View File
@@ -0,0 +1,6 @@
#define SIG_ERR -1ULL
#define NSIG 64
// darn cbindgen
typedef unsigned long sigset_t[NSIG / (8 * sizeof(unsigned long))];