summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-02-16 17:31:45 +0000
committerJakub Jelinek <jakub@redhat.com>2008-02-16 17:31:45 +0000
commitff9e7e3fe2fa6daf6ef542bb1fd1066164dd33bb (patch)
tree5e8101fc1a5ee33c1e35f0e99a0e7b96769a87ca /ChangeLog
parent359e8c63c9e6f81802b6ff548a2978f31d79760f (diff)
Updated to fedora-glibc-20080216T1726cvs/fedora-glibc-2_7_90-7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15035ff2b8..19af4b05dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2008-02-15 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #5737]
+ * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
+ __USE_MISC is defined.
+
+2008-02-10 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
+ * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
+ sys/timerfd.h.
+ * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
+ timerfd_gettime, timerfd_settime.
+ * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
+ timerfd_gettime, timerfd_settime for GLIBC_2.8.
+
+2008-02-08 Roland McGrath <roland@redhat.com>
+
+ * elf/elf.h (NT_PPC_SPE): New macro.
+
+2008-02-06 Roland McGrath <roland@redhat.com>
+
+ * Makerules ($(common-objpfx)sysd-rules):
+ Depend on $(sysdep-makeconfigs).
+
2008-01-31 Roland McGrath <roland@redhat.com>
[BZ #5442]