about summary refs log tree commit diff
path: root/termios/tcflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'termios/tcflow.c')
-rw-r--r--termios/tcflow.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/termios/tcflow.c b/termios/tcflow.c
index a86fe8bd54..c505b7d669 100644
--- a/termios/tcflow.c
+++ b/termios/tcflow.c
@@ -20,9 +20,7 @@
 
 /* Suspend or restart transmission on FD.  */
 int
-tcflow (fd, action)
-     int fd;
-     int action;
+tcflow (int fd, int action)
 {
   if (fd < 0)
     {