diff options
Diffstat (limited to 'sysdeps/unix/bsd/tcflow.c')
-rw-r--r-- | sysdeps/unix/bsd/tcflow.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/bsd/tcflow.c b/sysdeps/unix/bsd/tcflow.c index 5f2f61442f..d8f346ebdf 100644 --- a/sysdeps/unix/bsd/tcflow.c +++ b/sysdeps/unix/bsd/tcflow.c @@ -24,9 +24,7 @@ /* Suspend or restart transmission on FD. */ int -tcflow (fd, action) - int fd; - int action; +tcflow (int fd, int action) { switch (action) { |