diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-03-08 11:49:43 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-03-08 11:49:43 +0100 |
commit | 82d86f28445f3231f7f9e94ac6678065ab476a8e (patch) | |
tree | b2833b3156fb0d99075f8f19e484c98026b341f9 /ChangeLog | |
parent | 2edd9a79e5967e01f9afc3ae1207159a2c53c73f (diff) | |
download | glibc-82d86f28445f3231f7f9e94ac6678065ab476a8e.tar.gz glibc-82d86f28445f3231f7f9e94ac6678065ab476a8e.tar.xz glibc-82d86f28445f3231f7f9e94ac6678065ab476a8e.zip |
Fix struct timespec normalization (as used in many other places).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 698655939c..1c2c928ddf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-03-08 Thomas Schwinge <thomas@codesourcery.com> + + * resolv/gai_misc.c (handle_requests): Fix struct timespec + normalization. + * rt/tst-cpuclock2.c (test_nanosleep): Likewise. + * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise. + 2012-03-08 Ulrich Drepper <drepper@gmail.com> * stdio-common/tst-fphex.c: Various cleanups. The macros cannot |