Browse Source

[libc] remove pthread.h in newlib/syscalls.c

Bernard Xiong 5 years ago
parent
commit
be43008c56
1 changed files with 0 additions and 4 deletions
  1. 0 4
      components/libc/compilers/newlib/syscalls.c

+ 0 - 4
components/libc/compilers/newlib/syscalls.c

@@ -17,10 +17,6 @@
 #include <dfs_posix.h>
 #endif
 
-#ifdef RT_USING_PTHREADS
-#include <pthread.h>
-#endif
-
 #ifdef RT_USING_MODULE
 #include <dlmodule.h>
 #endif