Add definitions for SIGPOLL

This commit is contained in:
Gregory Nutt
2014-10-05 06:02:37 -06:00
parent 3dfbcc2544
commit 31cdcde73a
3 changed files with 26 additions and 3 deletions
+8
View File
@@ -767,6 +767,14 @@ config SIG_SIGCHLD
exits, is interrupted (stopped), or resumes after being interrupted.
Default: 4
config SIG_POLL
int "SIGPOLL"
default 5
depends on LIBC_AIO
---help---
The SIGPOLL signal is sent to a process when an asynchronous I/O
event occurs (meaning it has been polled). Default: 5
config SIG_SIGCONDTIMEDOUT
int "SIGCONDTIMEDOUT"
default 16