aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-21 19:33:57 +0000
committerRoland McGrath <roland@gnu.org>2006-01-21 19:33:57 +0000
commit5e758ac3d362104e7ccd16913f42ee64e977edec (patch)
tree8e777cc00ee201291a2f824ce51efeb8969ecb64 /ChangeLog
parentfe8fc5124f2066e81502e6e3023f85527e114387 (diff)
downloadglibc-5e758ac3d362104e7ccd16913f42ee64e977edec.zip
glibc-5e758ac3d362104e7ccd16913f42ee64e977edec.tar.gz
glibc-5e758ac3d362104e7ccd16913f42ee64e977edec.tar.bz2
* time/time.h [__need_timespec et al]: Include <bits/types.h> here too.
* stdlib/fpioconst.c: Fix whitespace typo. * sysdeps/unix/sysv/linux/i386/call_pselect6.S: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6614e24..33a09f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,16 @@
+2006-01-21 Roland McGrath <roland@redhat.com>
+
+ * time/time.h [__need_timespec et al]: Include <bits/types.h> here too.
+
+ * stdlib/fpioconst.c: Fix whitespace typo.
+
2006-01-21 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/pselect.c (__pselect): Allow actual
system call code to be redefined in macro CALL_PSELECT6.
* sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
(sysdep_routines): Add call_pselect6.
- * sysdeps/unix/sysv/linux/i386/call_pselect6.c: New file.
+ * sysdeps/unix/sysv/linux/i386/call_pselect6.S: New file.
* sysdeps/unix/sysv/linux/i386/pselect.c: New file.
* misc/Makefile (tests): Add tst-pselect.
* misc/tst-pselect.c: New file.