From 8f31c0eff575bb20505c16635bebee530af533d7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 20 Sep 2003 07:41:51 +0000 Subject: Update. 2003-09-20 Ulrich Drepper * pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Change type of DECR parameter to int. * pthreadP.h: Adjust prototype of __pthread_mutex_unlock_usercnt. --- nptl/pthreadP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/pthreadP.h') diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index 1981fc4..4159ea6 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); -- cgit v1.1