diff options
Diffstat (limited to 'include/termios.h')
-rw-r--r-- | include/termios.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/termios.h b/include/termios.h index 3f754ac900..90237a8101 100644 --- a/include/termios.h +++ b/include/termios.h @@ -1 +1,4 @@ #include <termios/termios.h> + +/* Now define the internal interfaces. */ +extern int __tcgetattr __P ((int __fd, struct termios *__termios_p)); |