summaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/sysv/linux/alpha/bits
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2013-01-08 19:32:00 +0100
committerAndreas Jaeger <aj@suse.de>2013-01-08 19:32:00 +0100
commitc40ea3d9a3be8645441967cddf14645b84af5f2c (patch)
tree1bd183b3d4de3a4780bbece8bdcaaa6464c7767b /ports/sysdeps/unix/sysv/linux/alpha/bits
parent2ccdea26f290f6990606f4a43de5272afa1a784d (diff)
downloadglibc-c40ea3d9a3be8645441967cddf14645b84af5f2c.tar.gz
BZ#14985: Remove erroneous EPOLL_NONBLOCK
[BZ# 14985] * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK): Remove. * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise. * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise. ChangeLog.mips: [BZ# 14985] * sysdeps/unix/sysv/linux/mips/bits/epoll.h (EPOLL_NONBLOCK): * Remove. ChangeLog.hppa: [BZ# 14985] * sysdeps/unix/sysv/linux/hppa/sys/epoll.h (EPOLL_NONBLOCK): Remove. ChangeLog.alpha: [BZ# 14985] * sysdeps/unix/sysv/linux/alpha/bits/epoll.h (EPOLL_NONBLOCK): Remove.
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/alpha/bits')
-rw-r--r--ports/sysdeps/unix/sysv/linux/alpha/bits/epoll.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/epoll.h b/ports/sysdeps/unix/sysv/linux/alpha/bits/epoll.h
index 72f57ef5a5..e983d506bb 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/epoll.h
+++ b/ports/sysdeps/unix/sysv/linux/alpha/bits/epoll.h
@@ -22,8 +22,6 @@
/* Flags to be passed to epoll_create1. */
enum
{
- EPOLL_CLOEXEC = 010000000,
+ EPOLL_CLOEXEC = 010000000
#define EPOLL_CLOEXEC EPOLL_CLOEXEC
- EPOLL_NONBLOCK = 000000004
-#define EPOLL_NONBLOCK EPOLL_NONBLOCK
};