Commit 37e093c1 authored by Andi Kleen's avatar Andi Kleen Committed by James Simmons

[PATCH] Make x86-64 compile

Quick patch to make x86-64 in 2.4.45 compile with the epoll changes.
parent b82a1ce6
......@@ -15,6 +15,7 @@
#define POLLWRNORM 0x0100
#define POLLWRBAND 0x0200
#define POLLMSG 0x0400
#define POLLREMOVE 0x1000
struct pollfd {
int fd;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment