소스 검색

[libc] fix compiling warning for newlib

Bernard Xiong 10 년 전
부모
커밋
1bf01f0d38
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      components/libc/newlib/libc.c

+ 2 - 0
components/libc/newlib/libc.c

@@ -51,5 +51,7 @@ int libc_system_init(void)
 #ifdef RT_USING_PTHREADS
 #ifdef RT_USING_PTHREADS
     pthread_system_init();
     pthread_system_init();
 #endif
 #endif
+
+    return 0;
 }
 }
 INIT_COMPONENT_EXPORT(libc_system_init);
 INIT_COMPONENT_EXPORT(libc_system_init);