From 599af3ca61ab0841bd968c8965e2efb2c1df2dd3 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 21 Feb 2012 00:32:30 +0000 Subject: Split architecture-specific parts of sys/epoll.h into bits/epoll.h. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 84ad8bdb4c..87f84f6e2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2012-02-20 Joseph Myers + + * 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 + . + (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here. + (__EPOLL_PACKED): Define to empty if not defined by + . + (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 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file. -- cgit v1.2.3