summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2002-11-02 23:51:36 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-11-02 23:51:36 -0800
commit2f2dd19f9ef0094bbe0daaf443246f8947901551 (patch)
treea106d0f32bdf4346cc091e85c2c773b353fd6a78 /include
parent4bec8e7b5cdbb6b5967c504ab7452c4511edc23f (diff)
[PATCH] M68k epoll
M68k epoll: add POLLREMOVE
Diffstat (limited to 'include')
-rw-r--r--include/asm-m68k/poll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68k/poll.h b/include/asm-m68k/poll.h
index 32dcf6490669..c4b69c4a87e1 100644
--- a/include/asm-m68k/poll.h
+++ b/include/asm-m68k/poll.h
@@ -12,6 +12,7 @@
#define POLLRDBAND 128
#define POLLWRBAND 256
#define POLLMSG 0x0400
+#define POLLREMOVE 0x1000
struct pollfd {
int fd;