diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-20 08:10:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-20 08:10:41 +0000 |
commit | 56a4aa9886dc1145f8feac66b66216a44cb092c1 (patch) | |
tree | d7d801c6161be3c4614941995313f70f45b47bb0 /nptl/ChangeLog | |
parent | 8f31c0eff575bb20505c16635bebee530af533d7 (diff) | |
download | glibc-56a4aa9886dc1145f8feac66b66216a44cb092c1.tar.gz glibc-56a4aa9886dc1145f8feac66b66216a44cb092c1.tar.xz glibc-56a4aa9886dc1145f8feac66b66216a44cb092c1.zip |
Update.
* sysdeps/unix/sysv/linux/i386/lowlevellock.h: Don't match memory in parameters of asm with output parameters.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 7671777f27..dd83161bbb 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-09-20 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Don't match memory + in parameters of asm with output parameters. + * pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Change type of DECR parameter to int. * pthreadP.h: Adjust prototype of __pthread_mutex_unlock_usercnt. |