summaryrefslogtreecommitdiff
path: root/src/termios/tcsendbreak.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/termios/tcsendbreak.c')
-rw-r--r--src/termios/tcsendbreak.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/termios/tcsendbreak.c b/src/termios/tcsendbreak.c
deleted file mode 100644
index 020208a0..00000000
--- a/src/termios/tcsendbreak.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#if 0
-
-#include <termios.h>
-#include "_termios.h"
-
-int tcsendbreak(int fildes, int duration)
-{
- return ioctl(fildes, TCSBRKP, duration);
-}
-/*
-POSIX(1)
-*/
-
-
-#endif