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

This commit is contained in:
Bernard Xiong 2020-06-06 13:23:56 +08:00
parent fe2e9e924e
commit be43008c56
1 changed files with 0 additions and 4 deletions

View File

@ -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