]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Make x86-64 compile
authorAndi Kleen <ak@muc.de>
Sat, 2 Nov 2002 06:05:31 +0000 (22:05 -0800)
committerJames Simmons <jsimmons@maxwell.earthlink.net>
Sat, 2 Nov 2002 06:05:31 +0000 (22:05 -0800)
Quick patch to make x86-64 in 2.4.45 compile with the epoll changes.

include/asm-x86_64/poll.h

index d4a703dcb306b5cf189b0041cd4a2b7dd58bf391..c43cbba31913dbaf0809938cacb272526c4ab8fe 100644 (file)
@@ -15,6 +15,7 @@
 #define POLLWRNORM     0x0100
 #define POLLWRBAND     0x0200
 #define POLLMSG                0x0400
+#define POLLREMOVE     0x1000
 
 struct pollfd {
        int fd;