diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-11 10:38:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-11 10:38:41 +0000 |
commit | ea69482383319d05bed2d516a2cbb2a19549c1ce (patch) | |
tree | acff4f956710f56f8016f4599b6c4cb4bf960e8e | |
parent | 0bc91edf8e6c7c9d3172d5aa1adda38d12e21be6 (diff) | |
download | glibc-ea69482383319d05bed2d516a2cbb2a19549c1ce.tar glibc-ea69482383319d05bed2d516a2cbb2a19549c1ce.tar.gz glibc-ea69482383319d05bed2d516a2cbb2a19549c1ce.tar.bz2 glibc-ea69482383319d05bed2d516a2cbb2a19549c1ce.zip |
Update.
2003-03-11 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: New file.
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: New file.
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: New file.
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 8146b809ef..2a8e66dd81 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2003-03-11 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: New file. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: New file. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: New file. + 2003-03-11 Jakub Jelinek <jakub@redhat.com> * sysdeps/pthread/pthread_cond_timedwait.c |