summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-05 06:02:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-05 06:02:37 -0600
commit8b23716e9ace244a83f636cbafe6a51ed054af15 (patch)
treeba5f306422f74af62addd7ef3fb22a42756cb3bd /nuttx/sched
parent9b1e6e97b3ce140af2a05cd33be58b19237c1364 (diff)
downloadpx4-nuttx-8b23716e9ace244a83f636cbafe6a51ed054af15.tar.gz
px4-nuttx-8b23716e9ace244a83f636cbafe6a51ed054af15.tar.bz2
px4-nuttx-8b23716e9ace244a83f636cbafe6a51ed054af15.zip
Add definitions for SIGPOLL
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/sched/Kconfig b/nuttx/sched/Kconfig
index 96a424d20..4fe0ad762 100644
--- a/nuttx/sched/Kconfig
+++ b/nuttx/sched/Kconfig
@@ -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