Explorar el Código

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

Bernard Xiong hace 5 años
padre
commit
be43008c56
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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