summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old/lockfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/linuxthreads.old/lockfile.c')
-rw-r--r--libpthread/linuxthreads.old/lockfile.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpthread/linuxthreads.old/lockfile.c b/libpthread/linuxthreads.old/lockfile.c
index 7bd2155ac..48131bb4a 100644
--- a/libpthread/linuxthreads.old/lockfile.c
+++ b/libpthread/linuxthreads.old/lockfile.c
@@ -20,6 +20,10 @@
#include <stdio.h>
#include <pthread.h>
+libpthread_hidden_proto(pthread_mutexattr_init)
+libpthread_hidden_proto(pthread_mutexattr_settype)
+libpthread_hidden_proto(pthread_mutexattr_destroy)
+
/* Note: glibc puts flockfile, funlockfile, and ftrylockfile in both
* libc and libpthread. In uClibc, they are now in libc only. */