diff --git a/components/libc/pthreads/pthread.c b/components/libc/pthreads/pthread.c index 41432f760f2c4644e0638e5b3bf37cd9d2831ad8..eb7d582e599f9afbce280aa83611f632c8fb2bcd 100644 --- a/components/libc/pthreads/pthread.c +++ b/components/libc/pthreads/pthread.c @@ -39,6 +39,7 @@ int pthread_system_init(void) return 0; } +INIT_COMPONENT_EXPORT(pthread_system_init); static void _pthread_cleanup(rt_thread_t tid) {