X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-alpha%2Fpoll.h;fp=include%2Fasm-alpha%2Fpoll.h;h=76f89356b6a759d82e69ee6d15148c0b03098b39;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=34f333b762a04b57e244ff0b2f9b2fe34df510c6;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/asm-alpha/poll.h b/include/asm-alpha/poll.h index 34f333b76..76f89356b 100644 --- a/include/asm-alpha/poll.h +++ b/include/asm-alpha/poll.h @@ -12,7 +12,9 @@ #define POLLWRNORM (1 << 8) #define POLLWRBAND (1 << 9) #define POLLMSG (1 << 10) -#define POLLREMOVE (1 << 11) +#define POLLREMOVE (1 << 12) +#define POLLRDHUP (1 << 13) + struct pollfd { int fd;