diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-07-14 17:11:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-07-14 17:11:14 +0000 |
commit | 290639c3b42dda0d6245d7a56740a89da07eca4c (patch) | |
tree | cfab5c484de45aaa369f4c934f12d02c3f7b3aab /nptl | |
parent | 6c1232e27d521f5fc63ea56e4fe9b32e16887c03 (diff) | |
download | glibc-290639c3b42dda0d6245d7a56740a89da07eca4c.tar.gz glibc-290639c3b42dda0d6245d7a56740a89da07eca4c.tar.xz glibc-290639c3b42dda0d6245d7a56740a89da07eca4c.zip |
[BZ #266]
Update. 2004-07-14 Jakub Jelinek <jakub@redhat.com> [BZ #266] * manual/string.texi (l64a): Note that the static buffer is 7 bytes long. Rewrite example code so that it takes account l64a output shorter than 6 characters. Reported by Julian Graham <julian.graham@aya.yale.edu>.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 5fdf2a612d..1b69d66e95 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2004-07-14 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S + (__pthread_cond_timedwait): Check for invalid nanosecond in + timeout value. + 2004-07-07 Ulrich Drepper <drepper@redhat.com> * Makefile: Add rules to build and run tst-fini1. |