Skip to content

Commit be43008

Browse files
committed
[libc] remove pthread.h in newlib/syscalls.c
1 parent fe2e9e9 commit be43008

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/libc/compilers/newlib/syscalls.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
#include <dfs_posix.h>
1818
#endif
1919

20-
#ifdef RT_USING_PTHREADS
21-
#include <pthread.h>
22-
#endif
23-
2420
#ifdef RT_USING_MODULE
2521
#include <dlmodule.h>
2622
#endif

0 commit comments

Comments
 (0)