diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-30 16:07:40 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-30 16:07:40 -0500 |
| commit | 86b8bdb806e3095558021435390fa45b6ddde399 (patch) | |
| tree | 9d9440678f79c1a6ade9d197c17d836a8a49ce5f /src/termios/tcflow.c | |
| parent | 2e962793b28baca1dc9980d91b7d9791b2aaa198 (diff) | |
cleanup
Diffstat (limited to 'src/termios/tcflow.c')
| -rw-r--r-- | src/termios/tcflow.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/termios/tcflow.c b/src/termios/tcflow.c deleted file mode 100644 index a14b0f3c..00000000 --- a/src/termios/tcflow.c +++ /dev/null @@ -1,16 +0,0 @@ -#if 0 - -#include <termios.h> -#include "_termios.h" - -int tcflow(int fildes, int action) -{ - return ioctl(fildes, TCXONC, action); -} - -/* -POSIX(1) -*/ - - -#endif |
