Explorar o código

[finsh] export system symbol

Bernard Xiong %!s(int64=9) %!d(string=hai) anos
pai
achega
340a013f53
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      components/finsh/msh.c

+ 1 - 0
components/finsh/msh.c

@@ -253,6 +253,7 @@ int system(const char *command)
 {
     return msh_exec_module(command, rt_strlen(command));
 }
+RTM_EXPORT(system);
 #endif
 
 static int _msh_exec_cmd(char* cmd, rt_size_t length, int *retp)