[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications
[pandora-kernel.git] / include / asm-i386 / poll.h
index aecc80a..2cd4929 100644 (file)
@@ -16,6 +16,7 @@
 #define POLLWRBAND     0x0200
 #define POLLMSG                0x0400
 #define POLLREMOVE     0x1000
+#define POLLRDHUP       0x2000
 
 struct pollfd {
        int fd;