Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
2052 commits behind the upstream repository.
signal.h 125 B
#define SIG_ERR -1ULL

#define NSIG 64

// darn cbindgen
typedef unsigned long sigset_t[NSIG / (8 * sizeof(unsigned long))];