4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-06 21:54:34 +08:00

[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

View File

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