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