Add SIGPROF.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-09-19 20:14:39 +02:00
parent 8961a99280
commit 6f5989614e
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ __BEGIN_DECLS
#define SIGWAITING 32 /* All LWPs blocked */ #define SIGWAITING 32 /* All LWPs blocked */
#define SIGLWP 33 /* Virtual Interprocessor Interrupt for Threads Library */ #define SIGLWP 33 /* Virtual Interprocessor Interrupt for Threads Library */
#define SIGAIO 34 /* Asynchronous I/O */ #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 SIG_MAX_NUM 128
#define NSIG SIG_MAX_NUM #define NSIG SIG_MAX_NUM