diff options
Diffstat (limited to 'include/asm-sh64/poll.h')
-rw-r--r-- | include/asm-sh64/poll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh64/poll.h b/include/asm-sh64/poll.h index a420d14eb70..3a6cbad08d2 100644 --- a/include/asm-sh64/poll.h +++ b/include/asm-sh64/poll.h @@ -26,6 +26,7 @@ #define POLLWRNORM 0x0100 #define POLLWRBAND 0x0200 #define POLLMSG 0x0400 +#define POLLRDHUP 0x2000 struct pollfd { int fd; |