From 37e093c18a2e7bb5253aff6d42bc91f3a1380f3d Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Fri, 1 Nov 2002 22:05:31 -0800 Subject: [PATCH] Make x86-64 compile Quick patch to make x86-64 in 2.4.45 compile with the epoll changes. --- include/asm-x86_64/poll.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3