diff options
Diffstat (limited to 'include/asm-h8300/poll.h')
-rw-r--r-- | include/asm-h8300/poll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-h8300/poll.h b/include/asm-h8300/poll.h index bf49ab8ad6d..fc52103b276 100644 --- a/include/asm-h8300/poll.h +++ b/include/asm-h8300/poll.h @@ -12,6 +12,7 @@ #define POLLRDBAND 128 #define POLLWRBAND 256 #define POLLMSG 0x0400 +#define POLLRDHUP 0x2000 struct pollfd { int fd; |