diff options
Diffstat (limited to 'include/asm-sparc/poll.h')
-rw-r--r-- | include/asm-sparc/poll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc/poll.h b/include/asm-sparc/poll.h index 3ddcc64..26f13fb 100644 --- a/include/asm-sparc/poll.h +++ b/include/asm-sparc/poll.h @@ -13,6 +13,7 @@ #define POLLWRBAND 256 #define POLLMSG 512 #define POLLREMOVE 1024 +#define POLLRDHUP 2048 struct pollfd { int fd; |