]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/usleep.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / misc / usleep.c
index a28b77c22bbc37a60725823175e2d6b91ab8bede..494a8f7d2417037a677173f057f64244a5f14581 100644 (file)
@@ -20,8 +20,7 @@
 
 /* Sleep USECONDS microseconds, or until a previously set timer goes off.  */
 int
-usleep (useconds)
-     useconds_t useconds;
+usleep (useconds_t useconds)
 {
   __set_errno (ENOSYS);
   return -1;