]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - termios/tcsendbrk.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / termios / tcsendbrk.c
index abd4d11a19cb4b81f6488e48462b205875e5caac..ff8b4dd2675919b6f0cc825e1a2d15ef677fe28f 100644 (file)
@@ -20,9 +20,7 @@
 
 /* Send zero bits on FD.  */
 int
-tcsendbreak (fd, duration)
-     int fd;
-     int duration;
+tcsendbreak (int fd, int duration)
 {
   if (fd < 0)
     {