diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-15 20:10:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-15 20:11:20 +0000 |
commit | 8e475601f62c115115df1639599f573d2e78d7b7 (patch) | |
tree | cbcb9014ce58138594e22c9afa6a77341ed950c8 /ChangeLog | |
parent | d463ab10dd4a3eab1a569e35428ad671f9fd500f (diff) | |
download | glibc-8e475601f62c115115df1639599f573d2e78d7b7.tar glibc-8e475601f62c115115df1639599f573d2e78d7b7.tar.gz glibc-8e475601f62c115115df1639599f573d2e78d7b7.tar.bz2 glibc-8e475601f62c115115df1639599f573d2e78d7b7.zip |
Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2012-02-15 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/bits/signalfd.h: New file. + * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove. + * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from + <bits/signalfd.h>. + (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here. + * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add + bits/signalfd.h. + 2012-02-14 Marek Polacek <polacek@redhat.com> * sysdeps/x86_64/crti.S: New file. |