aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/poll.h')
-rw-r--r--include/asm-s390/poll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-s390/poll.h b/include/asm-s390/poll.h
index e90a5ca4206..6f7f65ac7d2 100644
--- a/include/asm-s390/poll.h
+++ b/include/asm-s390/poll.h
@@ -24,6 +24,7 @@
24#define POLLWRBAND 0x0200 24#define POLLWRBAND 0x0200
25#define POLLMSG 0x0400 25#define POLLMSG 0x0400
26#define POLLREMOVE 0x1000 26#define POLLREMOVE 0x1000
27#define POLLRDHUP 0x2000
27 28
28struct pollfd { 29struct pollfd {
29 int fd; 30 int fd;