]> git.hungrycats.org Git - linux/commitdiff
[PATCH] M68k epoll
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 3 Nov 2002 07:51:36 +0000 (23:51 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Sun, 3 Nov 2002 07:51:36 +0000 (23:51 -0800)
M68k epoll: add POLLREMOVE

include/asm-m68k/poll.h

index 32dcf649066968d37e5ef8b02650b515a3548828..c4b69c4a87e1a337d6c66b564f264d57ccd05fa2 100644 (file)
@@ -12,6 +12,7 @@
 #define POLLRDBAND     128
 #define POLLWRBAND     256
 #define POLLMSG                0x0400
+#define POLLREMOVE     0x1000
 
 struct pollfd {
        int fd;