diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-01 10:35:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-01 10:35:03 +0000 |
commit | 7b87aca68fbeb4678e8e49f6682af8413668877e (patch) | |
tree | f2fdc19383e2a7ca70348774728c0793767f2959 | |
parent | c1b48791e0240ff83a72e54eaeccc04d1077ecaf (diff) | |
download | glibc-7b87aca68fbeb4678e8e49f6682af8413668877e.tar.gz glibc-7b87aca68fbeb4678e8e49f6682af8413668877e.tar.xz glibc-7b87aca68fbeb4678e8e49f6682af8413668877e.zip |
[BZ #417] cvs/fedora-glibc-20041001T1134
-rw-r--r-- | nptl/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 6a6af8dd72..cbedbc37f4 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -6,6 +6,7 @@ * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_mutex_timedlock_wait): Likewise. Fix a few other problems which might very well made the code not working at all before. + [BZ #417] 2004-09-28 Ulrich Drepper <drepper@redhat.com> |