diff options
Diffstat (limited to 'include/asm-arm/poll.h')
-rw-r--r-- | include/asm-arm/poll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/poll.h b/include/asm-arm/poll.h index 2744ca831f5..5030b2b232a 100644 --- a/include/asm-arm/poll.h +++ b/include/asm-arm/poll.h @@ -16,6 +16,7 @@ #define POLLWRBAND 0x0200 #define POLLMSG 0x0400 #define POLLREMOVE 0x1000 +#define POLLRDHUP 0x2000 struct pollfd { int fd; |