LibC: Add definition for SIGWINCH

This is actually not yet sent, but programs can install signal handlers
for it!
This commit is contained in:
Bananymous 2024-08-09 17:00:13 +03:00
parent 83e2ad40d6
commit e768cd53fb
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ struct sigevent
#define SIGVTALRM 26
#define SIGXCPU 27
#define SIGXFSZ 28
#define SIGRTMIN 29
#define SIGWINCH 29
#define SIGRTMIN 30
#define SIGRTMAX (SIGRTMIN+32)
#define _SIGMIN SIGABRT