mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
signal: add SIGWINCH define
SIGWINCH used in ltp sigaction/16-1.c testcase.
ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/16-1.c:79:3:
error: ‘SIGWINCH’ undeclared here (not in a function); did you mean ‘SIGINT’?
79 | {SIGWINCH, "SIGWINCH", 0},
| ^~~~~~~~
| SIGINT
Signed-off-by: yangyalei <yangyalei@xiaomi.com>
This commit is contained in:
@@ -163,6 +163,7 @@
|
||||
#define SIGXFSZ 25
|
||||
#define SIGVTALRM 26
|
||||
#define SIGPROF 27
|
||||
#define SIGWINCH 28
|
||||
#define SIGPOLL 29
|
||||
|
||||
#define SIGIO SIGPOLL
|
||||
|
||||
Reference in New Issue
Block a user