Skip to content

Commit b204651

Browse files
authored
Merge pull request #4333 from mysterywolf/pthread
[pthread][libc][time] 修改pthread与libc的时间函数若干问题
2 parents e596921 + 598aa86 commit b204651

File tree

16 files changed

+623
-340
lines changed

16 files changed

+623
-340
lines changed

bsp/fh8620/rtconfig.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,16 @@
111111
// <section name="LIBC" description="C Runtime library setting" default="always" >
112112
// <bool name="RT_USING_LIBC" description="Using C library" default="true" />
113113
#define RT_USING_LIBC
114+
// <bool name="RT_USING_POSIX" description="Using POSIX library" default="true" />
115+
#define RT_USING_POSIX
114116
// <bool name="RT_USING_PTHREADS" description="Using POSIX threads library" default="true" />
115117
#define RT_USING_PTHREADS
116118
// <bool name="RT_USING_CPLUSPLUS" description="Support C++ programming language" default="true" />
117119
#define RT_USING_CPLUSPLUS
118120
// </section>
119121

120122
// <section name="RT_USING_DFS" description="Device file system" default="true" >
121-
//#define RT_USING_DFS
123+
#define RT_USING_DFS
122124
// <bool name="DFS_USING_WORKDIR" description="Using working directory" default="true" />
123125
#define DFS_USING_WORKDIR
124126
// <integer name="DFS_FILESYSTEMS_MAX" description="The maximal number of mounted file system" default="4" />

0 commit comments

Comments
 (0)