diff options
Diffstat (limited to 'sysdeps/unix/bsd/tcsendbrk.c')
-rw-r--r-- | sysdeps/unix/bsd/tcsendbrk.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/bsd/tcsendbrk.c b/sysdeps/unix/bsd/tcsendbrk.c index 2035aed76b..470a96effe 100644 --- a/sysdeps/unix/bsd/tcsendbrk.c +++ b/sysdeps/unix/bsd/tcsendbrk.c @@ -27,9 +27,7 @@ /* Send zero bits on FD. */ int -tcsendbreak (fd, duration) - int fd; - int duration; +tcsendbreak (int fd, int duration) { struct timeval delay; |