Skip to content

Commit

Permalink
[DONOTMERGE] add SIGEV_SIGNAL definition to signal constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsullivan5196 committed May 14, 2024
1 parent 13b9ecd commit 8c5ea12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc/sysv/consts/sig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c5ea12

Please sign in to comment.