aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-02-21 00:32:30 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-21 00:32:30 +0000
commit599af3ca61ab0841bd968c8965e2efb2c1df2dd3 (patch)
treed2c59d34aff722eb0dd0284568c09e18195b6c0f /ChangeLog
parent0e4997508d271a0e4b6e2a68efae8f1943aa21e5 (diff)
downloadglibc-599af3ca61ab0841bd968c8965e2efb2c1df2dd3.tar
glibc-599af3ca61ab0841bd968c8965e2efb2c1df2dd3.tar.gz
glibc-599af3ca61ab0841bd968c8965e2efb2c1df2dd3.tar.bz2
glibc-599af3ca61ab0841bd968c8965e2efb2c1df2dd3.zip
Split architecture-specific parts of sys/epoll.h into bits/epoll.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84ad8bdb4c..87f84f6e2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2012-02-20 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
+ * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
+ * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
+ * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
+ * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
+ <bits/epoll.h>.
+ (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
+ (__EPOLL_PACKED): Define to empty if not defined by
+ <bits/epoll.h>.
+ (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
+ * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
+ bits/epoll.h.
+
+2012-02-20 Joseph Myers <joseph@codesourcery.com>
+
* sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
* sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.