diff options
Diffstat (limited to 'include/asm-alpha/poll.h')
-rw-r--r-- | include/asm-alpha/poll.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-alpha/poll.h b/include/asm-alpha/poll.h index 95707182b3ed..76f89356b6a7 100644 --- a/include/asm-alpha/poll.h +++ b/include/asm-alpha/poll.h | |||
@@ -12,8 +12,8 @@ | |||
12 | #define POLLWRNORM (1 << 8) | 12 | #define POLLWRNORM (1 << 8) |
13 | #define POLLWRBAND (1 << 9) | 13 | #define POLLWRBAND (1 << 9) |
14 | #define POLLMSG (1 << 10) | 14 | #define POLLMSG (1 << 10) |
15 | #define POLLREMOVE (1 << 11) | 15 | #define POLLREMOVE (1 << 12) |
16 | #define POLLRDHUP (1 << 12) | 16 | #define POLLRDHUP (1 << 13) |
17 | 17 | ||
18 | 18 | ||
19 | struct pollfd { | 19 | struct pollfd { |