[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications
[deliverable/linux.git] / include / asm-sh / poll.h
index 52f95b9188dcfe1105901a28a718424f500127f5..dbca9b32f4a6c4ff0f9f5f250e218e3eed4a0846 100644 (file)
@@ -16,6 +16,7 @@
 #define POLLWRBAND     0x0200
 #define POLLMSG                0x0400
 #define POLLREMOVE     0x1000
+#define POLLRDHUP       0x2000
 
 struct pollfd {
        int fd;
This page took 0.030656 seconds and 5 git commands to generate.