]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/pthread_equal.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / nptl / pthread_equal.c
index 69f4c1b54ffeee5a0d17eb14975584d7f49e5f23..5c174e2a80deff3ef1962ecc3d6053aee554a1d7 100644 (file)
@@ -20,9 +20,7 @@
 
 
 int
-__pthread_equal (thread1, thread2)
-     pthread_t thread1;
-     pthread_t thread2;
+__pthread_equal (pthread_t thread1, pthread_t thread2)
 {
   return thread1 == thread2;
 }