mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
修改simulator,匹配RTT 3.0
This commit is contained in:
@@ -38,5 +38,10 @@
|
||||
typedef signed long off_t;
|
||||
#endif
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
typedef signed long off_t;
|
||||
typedef int mode_t;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user