about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-05 16:31:37 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-05 16:31:37 +0000
commit34c2c09296bfb369df9973cf8a4098b6ec526059 (patch)
tree935559d871ccc361aaf3fb8c0c27ba59eb4ccfcc /ChangeLog
parent375d942968a95ec6c324d89922ee7a574c40630f (diff)
downloadglibc-34c2c09296bfb369df9973cf8a4098b6ec526059.tar.gz
glibc-34c2c09296bfb369df9973cf8a4098b6ec526059.tar.xz
glibc-34c2c09296bfb369df9973cf8a4098b6ec526059.zip
* sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
	* sysdeps/unix/sysv/linux/signalfd.c: New file.
	* sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
	* sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee214fc199..c7141bc671 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-05  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
+	* sysdeps/unix/sysv/linux/signalfd.c: New file.
+	* sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
+	* sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
+
 2007-10-04  Jakub Jelinek
 
 	* stdlib/msort.c: Include stdint.h.