libc: Add SIGWINCH
Not used for anything at the moment, I guess if a user program wants to send it... Required by bc.
This commit is contained in:
parent
c70790bf62
commit
b12f42cfe2
@ -49,8 +49,9 @@ enum __signals
|
|||||||
SIGPIPE = 13,
|
SIGPIPE = 13,
|
||||||
SIGALRM = 14,
|
SIGALRM = 14,
|
||||||
SIGTERM = 15,
|
SIGTERM = 15,
|
||||||
SIGTTIN = 16,
|
SIGTTIN,
|
||||||
SIGTTOU = 17,
|
SIGTTOU,
|
||||||
|
SIGWINCH,
|
||||||
// FIXME: Add the remaining signals.
|
// FIXME: Add the remaining signals.
|
||||||
__NSIG,
|
__NSIG,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user