From 312e822571217b30e7ecd7843621c57d4af6f835 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 25 Jan 2006 20:35:27 +0000 Subject: Modify the earlier changes, because libc-lock references __pthread_mutex*, dont use hidden_strong_alias --- libpthread/linuxthreads.old/internals.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libpthread/linuxthreads.old/internals.h') diff --git a/libpthread/linuxthreads.old/internals.h b/libpthread/linuxthreads.old/internals.h index 54a80c09b..87ff1c194 100644 --- a/libpthread/linuxthreads.old/internals.h +++ b/libpthread/linuxthreads.old/internals.h @@ -509,6 +509,12 @@ extern __typeof(read) __libc_read; extern __typeof(waitpid) __libc_waitpid; extern __typeof(write) __libc_write; +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; + /* Prototypes for some of the new semaphore functions. */ extern int __new_sem_post (sem_t * sem); -- cgit v1.2.3