]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/pthread_exit.c
Function declaration cleanup
[thirdparty/glibc.git] / nptl / pthread_exit.c
index 83a9ff7ab00b8f4cb9835a27bcc8c0c5fa991fdd..a60adbdd384be8ed0faac74ef7e5e9d00856da5b 100644 (file)
@@ -21,8 +21,7 @@
 
 
 void
-__pthread_exit (value)
-     void *value;
+__pthread_exit (void *value)
 {
   THREAD_SETMEM (THREAD_SELF, result, value);