about summary refs log tree commit diff
path: root/sysdeps/unix/bsd/tcsetattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/tcsetattr.c')
-rw-r--r--sysdeps/unix/bsd/tcsetattr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/unix/bsd/tcsetattr.c b/sysdeps/unix/bsd/tcsetattr.c
index 7c5f6e5829..17114633f0 100644
--- a/sysdeps/unix/bsd/tcsetattr.c
+++ b/sysdeps/unix/bsd/tcsetattr.c
@@ -32,10 +32,7 @@
 
 /* Set the state of FD to *TERMIOS_P.  */
 int
-tcsetattr (fd, optional_actions, termios_p)
-     int fd;
-     int optional_actions;
-     const struct termios *termios_p;
+tcsetattr (int fd, int optional_actions, const struct termios *termios_p)
 {
   struct termios myt;