فهرست منبع

[libc] remove __assert_func export when using module

bernard 5 سال پیش
والد
کامیت
14040f3cd9
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      components/libc/compilers/musl/libc_syms.c

+ 0 - 2
components/libc/compilers/musl/libc_syms.c

@@ -52,5 +52,3 @@ RTM_EXPORT(abort);
 
 RTM_EXPORT(rand);
 
-#include <assert.h>
-RTM_EXPORT(__assert_func);