mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add SIGPROF.
This commit is contained in:
parent
8961a99280
commit
6f5989614e
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ __BEGIN_DECLS
|
|||
#define SIGWAITING 32 /* All LWPs blocked */
|
||||
#define SIGLWP 33 /* Virtual Interprocessor Interrupt for Threads Library */
|
||||
#define SIGAIO 34 /* Asynchronous I/O */
|
||||
#define SIG__NUM_DECLARED 35
|
||||
#define SIGPROF 35
|
||||
#define SIG__NUM_DECLARED 36
|
||||
#define SIG_MAX_NUM 128
|
||||
#define NSIG SIG_MAX_NUM
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue