about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-02-21 00:29:13 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-21 00:29:13 +0000
commit0e4997508d271a0e4b6e2a68efae8f1943aa21e5 (patch)
tree897aaf9ee4aedaad1b20c789e654ebc61ee06da9 /ChangeLog
parent5ad91f6e6fbb999a16a3c331ae1cee87bf3fc499 (diff)
downloadglibc-0e4997508d271a0e4b6e2a68efae8f1943aa21e5.tar.gz
glibc-0e4997508d271a0e4b6e2a68efae8f1943aa21e5.tar.xz
glibc-0e4997508d271a0e4b6e2a68efae8f1943aa21e5.zip
Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c3e98ca6f..84ad8bdb4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 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.
+	* sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
+	<bits/timerfd.h>.
+	(TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
+	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
+	bits/timerfd.h.
+
+2012-02-20  Joseph Myers  <joseph@codesourcery.com>
+
 	* sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
 	in C locale.
 	* sysdeps/powerpc/fpu/libm-test-ulps: Likewise.