diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-16 22:55:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-16 22:55:36 +0000 |
commit | cd9fdc72adf065702046aa63af8b569e023cdf88 (patch) | |
tree | 8f8a535c239a4e4c88b7e18dafdb655daef1a55c /nptl/ChangeLog | |
parent | 06877a37ad2aba96442d1e605a171bed39dc02d4 (diff) | |
download | glibc-cd9fdc72adf065702046aa63af8b569e023cdf88.tar.gz glibc-cd9fdc72adf065702046aa63af8b569e023cdf88.tar.xz glibc-cd9fdc72adf065702046aa63af8b569e023cdf88.zip |
Update.
2004-02-16 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Replace libc with libpthread as "lib" parameter to SHLIB_COMPAT. (__novmx_siglongjmp): Fix typo in function name. (__novmx_longjmp): Fix typo in function name.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b610b7f327..677e334a7e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2004-02-16 Steven Munroe <sjmunroe@us.ibm.com> + + * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Replace libc with + libpthread as "lib" parameter to SHLIB_COMPAT. + (__novmx_siglongjmp): Fix typo in function name. + (__novmx_longjmp): Fix typo in function name. + 2004-02-13 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Add a |