summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndi Kleen <ak@muc.de>2002-11-01 22:05:31 -0800
committerJames Simmons <jsimmons@maxwell.earthlink.net>2002-11-01 22:05:31 -0800
commit37e093c18a2e7bb5253aff6d42bc91f3a1380f3d (patch)
tree410a158ea748e39d1639f8a7e46bbfc44ba67a99 /include
parentb82a1ce6f040b21b7459dceb013ab20ff4a56ac4 (diff)
[PATCH] Make x86-64 compile
Quick patch to make x86-64 in 2.4.45 compile with the epoll changes.
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86_64/poll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86_64/poll.h b/include/asm-x86_64/poll.h
index d4a703dcb306..c43cbba31913 100644
--- a/include/asm-x86_64/poll.h
+++ b/include/asm-x86_64/poll.h
@@ -15,6 +15,7 @@
#define POLLWRNORM 0x0100
#define POLLWRBAND 0x0200
#define POLLMSG 0x0400
+#define POLLREMOVE 0x1000
struct pollfd {
int fd;