]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/pthread_getspecific.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / nptl / pthread_getspecific.c
index 0bee354817f2f3d384eec7730ade9ee4dea57f11..537aab7f56acd38e7f566959395633c117275569 100644 (file)
@@ -21,8 +21,7 @@
 
 
 void *
-__pthread_getspecific (key)
-     pthread_key_t key;
+__pthread_getspecific (pthread_key_t key)
 {
   struct pthread_key_data *data;