summaryrefslogtreecommitdiff
path: root/nptl/pthreadP.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-20 07:41:51 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-20 07:41:51 +0000
commit8f31c0eff575bb20505c16635bebee530af533d7 (patch)
tree58f885f48824c8336af3a77a84fc5a55ff21c178 /nptl/pthreadP.h
parent5896ffa882668a7761a4af3c2ef955b906f91faa (diff)
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/pthreadP.h')
-rw-r--r--nptl/pthreadP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h
index 1981fc4aeb..4159ea6862 100644
--- a/nptl/pthreadP.h
+++ b/nptl/pthreadP.h
@@ -287,7 +287,7 @@ extern int __pthread_mutex_unlock (pthread_mutex_t *__mutex);
extern int __pthread_mutex_unlock_internal (pthread_mutex_t *__mutex)
attribute_hidden;
extern int __pthread_mutex_unlock_usercnt (pthread_mutex_t *__mutex,
- bool __decr)
+ int __decr)
attribute_hidden internal_function;
extern int __pthread_mutexattr_init (pthread_mutexattr_t *attr);
extern int __pthread_mutexattr_destroy (pthread_mutexattr_t *attr);