diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-09 07:39:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-09 07:39:03 +0000 |
commit | b17203463dc96148641c00fd5eda93fef95475c8 (patch) | |
tree | f019bf1017c04881b686d6e397856387504e89ae /nptl/ChangeLog | |
parent | eae59a5681a6725d38f210acbd9ca82ba170c79c (diff) | |
download | glibc-b17203463dc96148641c00fd5eda93fef95475c8.tar.gz glibc-b17203463dc96148641c00fd5eda93fef95475c8.tar.xz glibc-b17203463dc96148641c00fd5eda93fef95475c8.zip |
Update.
2003-06-09 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S (__pthread_cond_signal): Some more tweaks to handle cond_lock!=0.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 5a59e9a029..cd451c83c3 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-06-09 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S + (__pthread_cond_signal): Some more tweaks to handle cond_lock!=0. + 2003-06-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/s390/sem_wait.c (__new_sem_wait): Make |