LibC: Add definition for SIGWINCH
This is actually not yet sent, but programs can install signal handlers for it!
This commit is contained in:
@@ -71,7 +71,8 @@ struct sigevent
|
|||||||
#define SIGVTALRM 26
|
#define SIGVTALRM 26
|
||||||
#define SIGXCPU 27
|
#define SIGXCPU 27
|
||||||
#define SIGXFSZ 28
|
#define SIGXFSZ 28
|
||||||
#define SIGRTMIN 29
|
#define SIGWINCH 29
|
||||||
|
#define SIGRTMIN 30
|
||||||
#define SIGRTMAX (SIGRTMIN+32)
|
#define SIGRTMAX (SIGRTMIN+32)
|
||||||
|
|
||||||
#define _SIGMIN SIGABRT
|
#define _SIGMIN SIGABRT
|
||||||
|
|||||||
Reference in New Issue
Block a user