diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-17 08:49:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-17 08:49:48 +0000 |
commit | 238346abade2613e7428185c5dbadad778060f67 (patch) | |
tree | a94cf7eb3d70656c8e449a1444ae19906ddb1a16 /ChangeLog | |
parent | b80b9c77ac7844af465b68ee719aac00a27f70bb (diff) | |
download | glibc-238346abade2613e7428185c5dbadad778060f67.tar.gz glibc-238346abade2613e7428185c5dbadad778060f67.tar.xz glibc-238346abade2613e7428185c5dbadad778060f67.zip |
* sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
Add sys/signalfd.h and sys/eventfd.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 52e9ce85c5..4491ac0c95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-17 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): + Add sys/signalfd.h and sys/eventfd.h. + 2007-11-15 Bruno Haible <bruno@clisp.org> [BZ #5346] |