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