Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _OSF1 / termios.h
diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/termios.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/termios.h
deleted file mode 100644 (file)
index ef1a26d..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-struct termios {
-        tcflag_t        c_iflag;        /* input flags */
-        tcflag_t        c_oflag;        /* output flags */
-        tcflag_t        c_cflag;        /* control flags */
-        tcflag_t        c_lflag;        /* local flags */
-        cc_t            c_cc[NCCS];     /* control chars */
-        int             c_ispeed;       /* input speed */
-        int             c_ospeed;       /* output speed */
-};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-