diff --git a/libc/sysv/consts/sig.h b/libc/sysv/consts/sig.h index 3a66c711b95..6c912552871 100644 --- a/libc/sysv/consts/sig.h +++ b/libc/sysv/consts/sig.h @@ -46,6 +46,8 @@ extern const int SIG_BLOCK; extern const int SIG_SETMASK; extern const int SIG_UNBLOCK; +extern const int SIGEV_SIGNAL; + COSMOPOLITAN_C_END_ #define SIGABRT 6