diff options
Diffstat (limited to 'src/termios/tcflow.c')
-rw-r--r-- | src/termios/tcflow.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/termios/tcflow.c b/src/termios/tcflow.c index 41fdcfbc..a14b0f3c 100644 --- a/src/termios/tcflow.c +++ b/src/termios/tcflow.c @@ -1,3 +1,5 @@ +#if 0 + #include <termios.h> #include "_termios.h" @@ -9,3 +11,6 @@ int tcflow(int fildes, int action) /* POSIX(1) */ + + +#endif |