summaryrefslogtreecommitdiff
path: root/src/termios/cfsetospeed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/termios/cfsetospeed.c')
-rw-r--r--src/termios/cfsetospeed.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/termios/cfsetospeed.c b/src/termios/cfsetospeed.c
index edb3f994..3cce4879 100644
--- a/src/termios/cfsetospeed.c
+++ b/src/termios/cfsetospeed.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <termios.h>
#include <errno.h>
#include "_assert.h"
@@ -36,3 +38,6 @@ int cfsetospeed(struct termios *termios_p, speed_t speed)
/*
POSIX(1)
*/
+
+
+#endif