about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-07-26 13:11:33 +0200
committerAndreas Jaeger <aj@suse.de>2012-07-26 13:11:33 +0200
commitf8d44fdc72253347dae69fd2c4a231efba4fec98 (patch)
tree70c6c38160ddf8c11d1bca0ebf7566effb78a383 /ports/sysdeps/unix/sysv
parentbfc07087bf30879023acb498d8b17b4b0affb4e3 (diff)
downloadglibc-f8d44fdc72253347dae69fd2c4a231efba4fec98.tar.gz
glibc-f8d44fdc72253347dae69fd2c4a231efba4fec98.tar.xz
glibc-f8d44fdc72253347dae69fd2c4a231efba4fec98.zip
Merge Linux 3.5 epoll changes
Add EPOLLWAKEUP.
Diffstat (limited to 'ports/sysdeps/unix/sysv')
-rw-r--r--ports/sysdeps/unix/sysv/linux/hppa/sys/epoll.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/hppa/sys/epoll.h b/ports/sysdeps/unix/sysv/linux/hppa/sys/epoll.h
index 0adf09029e..e06d5668f7 100644
--- a/ports/sysdeps/unix/sysv/linux/hppa/sys/epoll.h
+++ b/ports/sysdeps/unix/sysv/linux/hppa/sys/epoll.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2009, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -64,6 +64,8 @@ enum EPOLL_EVENTS
 #define EPOLLHUP EPOLLHUP
     EPOLLRDHUP = 0x2000,
 #define EPOLLRDHUP EPOLLRDHUP
+    EPOLLWAKEUP = 1u << 29,
+#define EPOLLWAKEUP EPOLLWAKEUP
     EPOLLONESHOT = 1u << 30,
 #define EPOLLONESHOT EPOLLONESHOT
     EPOLLET = 1u << 31