diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-21 19:58:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-21 19:58:36 +0000 |
commit | 79be21995ef9910dbb32e2c107edab1d047d257e (patch) | |
tree | e429cb779833ce7c3af0786c60a750d9b4ad5c04 /ChangeLog | |
parent | 4b66864656e616fec289c0636c94db6a9165eb88 (diff) | |
download | glibc-79be21995ef9910dbb32e2c107edab1d047d257e.tar.gz glibc-79be21995ef9910dbb32e2c107edab1d047d257e.tar.xz glibc-79be21995ef9910dbb32e2c107edab1d047d257e.zip |
* misc/tst-pselect.c: Include <unistd.h>.
* time/time.h [__need_timespec et al]: Include <bits/types.h> here too. * stdlib/fpioconst.c: Fix whitespace typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog index 3f3831cd9b..f0ea363ce2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-01-21 Roland McGrath <roland@redhat.com> + + * misc/tst-pselect.c: Include <unistd.h>. + + * time/time.h [__need_timespec et al]: Include <bits/types.h> here too. + + * stdlib/fpioconst.c: Fix whitespace typo. + 2006-01-20 Jakub Jelinek <jakub@redhat.com> * sysdeps/ieee754/ldbl-64-128/s_nexttowardfd.c: Moved to... @@ -10,12 +18,6 @@ * sysdeps/powerpc/fpu/bits/mathinline.h (__CPU_HAS_FSQRT): New macro. (__ieee754_sqrt, __ieee754_sqrtf): Use it. -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 |