diff options
Diffstat (limited to 'include/asm-cris/poll.h')
-rw-r--r-- | include/asm-cris/poll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-cris/poll.h b/include/asm-cris/poll.h index 1c0efc3e4be7..1b25d4cf498c 100644 --- a/include/asm-cris/poll.h +++ b/include/asm-cris/poll.h @@ -15,6 +15,7 @@ #define POLLWRBAND 512 #define POLLMSG 1024 #define POLLREMOVE 4096 +#define POLLRDHUP 8192 struct pollfd { int fd; |