aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-02-15 20:10:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-15 20:11:20 +0000
commit8e475601f62c115115df1639599f573d2e78d7b7 (patch)
treecbcb9014ce58138594e22c9afa6a77341ed950c8 /ChangeLog
parentd463ab10dd4a3eab1a569e35428ad671f9fd500f (diff)
downloadglibc-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb191b603d..3069c3aaa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.