summaryrefslogtreecommitdiff
path: root/src/termios/tcflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/termios/tcflow.c')
-rw-r--r--src/termios/tcflow.c16
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