From 8532ba12c656528617fe86945c64626b1a815280 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 25 Jan 2006 14:59:17 +0000 Subject: make use of the internals provided earlier --- libpthread/linuxthreads.old/lockfile.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libpthread/linuxthreads.old/lockfile.c') 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 #include +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. */ -- cgit v1.2.3