From 9c8c3a7914579e4a96f0fba4f5882f59dd864d1a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 24 Apr 2012 01:25:48 -0400 Subject: linuxthreads.old: fix typo in pthread_mutex_unlock hidden prototype Reported-by: Tony Wu Signed-off-by: Mike Frysinger --- libpthread/linuxthreads.old/internals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads.old') diff --git a/libpthread/linuxthreads.old/internals.h b/libpthread/linuxthreads.old/internals.h index cbd8a11af..2d020bc16 100644 --- a/libpthread/linuxthreads.old/internals.h +++ b/libpthread/linuxthreads.old/internals.h @@ -511,7 +511,7 @@ extern __typeof(pthread_mutex_init) __pthread_mutex_init attribute_hidden; extern __typeof(pthread_mutex_destroy) __pthread_mutex_destroy attribute_hidden; extern __typeof(pthread_mutex_lock) __pthread_mutex_lock attribute_hidden; extern __typeof(pthread_mutex_trylock) __pthread_mutex_trylock attribute_hidden; -extern __typeof(pthread_mutex_unlock) __pthread_mutex_attribute_hidden; +extern __typeof(pthread_mutex_unlock) __pthread_mutex_unlock attribute_hidden; #endif /* Prototypes for some of the new semaphore functions. */ -- cgit v1.2.3