Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _SOLARIS / termios.h
diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SOLARIS/termios.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SOLARIS/termios.h
deleted file mode 100644 (file)
index d65c14f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-struct termios {
-       tcflag_t        c_iflag;        /* input modes */
-       tcflag_t        c_oflag;        /* output modes */
-       tcflag_t        c_cflag;        /* control modes */
-       tcflag_t        c_lflag;        /* line discipline modes */
-       cc_t            c_cc[NCCS];     /* control chars */
-};