Browse Source

Remove unused prototype

Peter S. Mazinger 19 years ago
parent
commit
281a2d66d4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      libpthread/linuxthreads.old/internals.h

+ 0 - 2
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);