OSDN Git Service

- remove old-style definitions. No object-code changes.
[uclinux-h8/uClibc.git] / libpthread / linuxthreads.old / specific.c
index 72409b3..dd86148 100644 (file)
@@ -134,7 +134,7 @@ void * pthread_getspecific(pthread_key_t key)
 
 /* Call the destruction routines on all keys */
 
-void __pthread_destroy_specifics()
+void __pthread_destroy_specifics(void)
 {
     pthread_descr self = thread_self();
     int i, j, round, found_nonzero;