diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-20 07:41:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-20 07:41:51 +0000 |
commit | 8f31c0eff575bb20505c16635bebee530af533d7 (patch) | |
tree | 58f885f48824c8336af3a77a84fc5a55ff21c178 /nptl/ChangeLog | |
parent | 5896ffa882668a7761a4af3c2ef955b906f91faa (diff) | |
download | glibc-8f31c0eff575bb20505c16635bebee530af533d7.zip glibc-8f31c0eff575bb20505c16635bebee530af533d7.tar.gz glibc-8f31c0eff575bb20505c16635bebee530af533d7.tar.bz2 |
Update.
2003-09-20 Ulrich Drepper <drepper@redhat.com>
* pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Change
type of DECR parameter to int.
* pthreadP.h: Adjust prototype of __pthread_mutex_unlock_usercnt.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 26c0522..7671777 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2003-09-20 Ulrich Drepper <drepper@redhat.com> + + * pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Change + type of DECR parameter to int. + * pthreadP.h: Adjust prototype of __pthread_mutex_unlock_usercnt. + 2003-09-18 Jakub Jelinek <jakub@redhat.com> * tst-attr3.c (tf, do_test): Print stack start/end/size and |