summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-25 14:56:13 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-25 14:56:13 +0000
commit281a2d66d4f0d54e24b753fc4621ba1868107225 (patch)
treee9c2460e9a9b05b624ecc6c6280c6b6449c38e83 /libpthread
parentcb62bafefd7196fda338bb13629ef1080d94a1c2 (diff)
Remove unused prototype
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/linuxthreads.old/internals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/linuxthreads.old/internals.h b/libpthread/linuxthreads.old/internals.h
index e82eddae1..54a80c09b 100644
--- a/libpthread/linuxthreads.old/internals.h
+++ b/libpthread/linuxthreads.old/internals.h
@@ -484,8 +484,6 @@ extern int __pthread_attr_getstacksize __P ((__const pthread_attr_t *__attr,
size_t *__stacksize));
extern int __pthread_getconcurrency __P ((void));
extern int __pthread_setconcurrency __P ((int __level));
-extern int __pthread_mutexattr_gettype __P ((__const pthread_mutexattr_t *__attr,
- int *__kind));
extern void __pthread_kill_other_threads_np __P ((void));
extern void __pthread_restart_old(pthread_descr th);