about summary refs log tree commit diff
path: root/sysdeps/unix/bsd/tcflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/tcflush.c')
-rw-r--r--sysdeps/unix/bsd/tcflush.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/bsd/tcflush.c b/sysdeps/unix/bsd/tcflush.c
index 46b4f823b2..96413b93fd 100644
--- a/sysdeps/unix/bsd/tcflush.c
+++ b/sysdeps/unix/bsd/tcflush.c
@@ -24,9 +24,7 @@
 
 /* Flush pending data on FD.  */
 int
-tcflush (fd, queue_selector)
-     int fd;
-     int queue_selector;
+tcflush (int fd, int queue_selector)
 {
   int arg;