diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-25 14:59:17 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-25 14:59:17 +0000 |
commit | 8532ba12c656528617fe86945c64626b1a815280 (patch) | |
tree | 13435dd3e306a434a44ad588247ce7a256b8b341 /libpthread/linuxthreads.old/lockfile.c | |
parent | c7ccb6638aa40e5425c8c773d78d51df9d59d419 (diff) |
make use of the internals provided earlier
Diffstat (limited to 'libpthread/linuxthreads.old/lockfile.c')
-rw-r--r-- | libpthread/linuxthreads.old/lockfile.c | 4 |
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. */ |