diff options
Diffstat (limited to 'lib/libc/include')
-rw-r--r-- | lib/libc/include/termios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/termios.h b/lib/libc/include/termios.h index 2eb3aa2..87b1392 100644 --- a/lib/libc/include/termios.h +++ b/lib/libc/include/termios.h @@ -33,6 +33,6 @@ #include <sys/termios.h> int tcgetattr(int fd, struct termios *termios_p); -int tcsetattr(int fd, struct termios *termios_p); +int tcsetattr(int fd, int op, struct termios *termios_p); #endif /* !_TERMIOS_H_ */ |