Quellcode durchsuchen

[pthreads]Add component init for pthread_system_init.

armink vor 9 Jahren
Ursprung
Commit
e379b4d2a4
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      components/libc/pthreads/pthread.c

+ 1 - 0
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)
 {