aboutsummaryrefslogtreecommitdiff
path: root/system/include/sys/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/sys/poll.h')
-rw-r--r--system/include/sys/poll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/sys/poll.h b/system/include/sys/poll.h
index 55e85237..7521ed0e 100644
--- a/system/include/sys/poll.h
+++ b/system/include/sys/poll.h
@@ -11,6 +11,7 @@ extern "C" {
#define POLLNVAL 4
#define POLLERR 8
#define POLLHUP 16
+#define POLLPRI 32
struct pollfd {
int fd;