diff options
Diffstat (limited to 'src/termios/tcgetattr.c')
-rw-r--r-- | src/termios/tcgetattr.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/termios/tcgetattr.c b/src/termios/tcgetattr.c index 0f74be5c..364dc9f7 100644 --- a/src/termios/tcgetattr.c +++ b/src/termios/tcgetattr.c @@ -1,3 +1,5 @@ +#if 0 + #include <termios.h> #include "_termios.h" @@ -14,3 +16,6 @@ int tcgetattr(int fildes, struct termios *termios_p) /* POSIX(1) */ + + +#endif |