diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-18 23:00:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-18 23:00:03 +0000 |
commit | a14b373c5d8d59b203511b31ff9f196692d7d7bb (patch) | |
tree | 25505dc8f1ca7f63f8b7b8b0e8d5189ab00886ee /nptl | |
parent | ee2af3e835beed665579befac90e4621fb92ba39 (diff) | |
download | glibc-a14b373c5d8d59b203511b31ff9f196692d7d7bb.zip glibc-a14b373c5d8d59b203511b31ff9f196692d7d7bb.tar.gz glibc-a14b373c5d8d59b203511b31ff9f196692d7d7bb.tar.bz2 |
Update.
2003-03-18 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/powerpc64/memcpy.S: New file.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f80683f..f0cc80d 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,10 @@ 2003-03-18 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Reorder + struct passed to cleanup handler to eliminate one more + instruction. + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h (pthrad_cond_t): Replace __unused field with __clock. |