diff options
Diffstat (limited to 'src/termios/tcsendbreak.c')
-rw-r--r-- | src/termios/tcsendbreak.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/termios/tcsendbreak.c b/src/termios/tcsendbreak.c index fab5927e..020208a0 100644 --- a/src/termios/tcsendbreak.c +++ b/src/termios/tcsendbreak.c @@ -1,3 +1,5 @@ +#if 0 + #include <termios.h> #include "_termios.h" @@ -8,3 +10,6 @@ int tcsendbreak(int fildes, int duration) /* POSIX(1) */ + + +#endif |