diff options
Diffstat (limited to 'termios/tcgetattr.c')
-rw-r--r-- | termios/tcgetattr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/termios/tcgetattr.c b/termios/tcgetattr.c index badbb59965..b512e68c22 100644 --- a/termios/tcgetattr.c +++ b/termios/tcgetattr.c @@ -21,9 +21,7 @@ /* Put the state of FD into *TERMIOS_P. */ int -__tcgetattr (fd, termios_p) - int fd; - struct termios *termios_p; +__tcgetattr (int fd, struct termios *termios_p) { if (fd < 0) { |