summaryrefslogtreecommitdiff
path: root/termios/tcsendbrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'termios/tcsendbrk.c')
-rw-r--r--termios/tcsendbrk.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/termios/tcsendbrk.c b/termios/tcsendbrk.c
index abd4d11a19..ff8b4dd267 100644
--- a/termios/tcsendbrk.c
+++ b/termios/tcsendbrk.c
@@ -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)
{