From ba20a00e19a231d404a8b13ed1005c76c2b7e812 Mon Sep 17 00:00:00 2001 From: liruncong Date: Tue, 11 Sep 2018 23:36:01 +0800 Subject: [PATCH] =?UTF-8?q?=5Fsys=5Fcommand=5Fstring=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=80=BC=E9=94=99=E8=AF=AF,no=20support=E6=97=B6cmd=E4=B8=BA?= =?UTF-8?q?=E9=9A=8F=E6=9C=BA=E6=95=B0=E6=8D=AE,=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E5=AF=BC=E8=87=B4c=E5=BA=93=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E6=97=B6=E5=9C=A8=E6=AD=A4=E5=87=BD=E6=95=B0=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=A4=84=E6=AD=BB=E5=BE=AA=E7=8E=AF=E6=88=96=E8=B7=91=E9=A3=9E?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/libc/compilers/armlibc/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/libc/compilers/armlibc/stubs.c b/components/libc/compilers/armlibc/stubs.c index b9be260357..b292cd7629 100644 --- a/components/libc/compilers/armlibc/stubs.c +++ b/components/libc/compilers/armlibc/stubs.c @@ -249,7 +249,7 @@ int _sys_tmpnam(char *name, int fileno, unsigned maxlength) char *_sys_command_string(char *cmd, int len) { /* no support */ - return cmd; + return RT_NULL; } /* This function writes a character to the console. */ -- GitLab