فهرست منبع

[Termios]Fix compile error for gcc and iar.

Fix compile error for gcc and iar.Add termios.h to newlib and dlib
JasonJiaJie 8 سال پیش
والد
کامیت
3454484346
2فایلهای تغییر یافته به همراه14 افزوده شده و 0 حذف شده
  1. 7 0
      components/libc/compilers/dlib/termios.h
  2. 7 0
      components/libc/compilers/newlib/termios.h

+ 7 - 0
components/libc/compilers/dlib/termios.h

@@ -0,0 +1,7 @@
+#ifndef _TERMIOS_H__
+#define _TERMIOS_H__
+
+#include <sys/types.h>
+#include <posix_termios.h>
+
+#endif

+ 7 - 0
components/libc/compilers/newlib/termios.h

@@ -0,0 +1,7 @@
+#ifndef _TERMIOS_H__
+#define _TERMIOS_H__
+
+#include <sys/types.h>
+#include <posix_termios.h>
+
+#endif