diff options
Diffstat (limited to 'include/termios.h')
-rw-r--r-- | include/termios.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/termios.h b/include/termios.h index 8916f1434f..fad51f8385 100644 --- a/include/termios.h +++ b/include/termios.h @@ -1,6 +1,7 @@ #ifndef _TERMIOS_H #include <termios/termios.h> +#ifndef _ISOMAC /* Now define the internal interfaces. */ extern int __tcgetattr (int __fd, struct termios *__termios_p); @@ -11,3 +12,4 @@ libc_hidden_proto (cfsetispeed) libc_hidden_proto (cfsetospeed) #endif +#endif |