This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 571151aeb3 arch/sim: remove stderr in the function renaming list
571151aeb3 is described below

commit 571151aeb3a23b7ac975829f9abeca9bf8cf97cc
Author: gaojiawei <gaojia...@xiaomi.com>
AuthorDate: Fri Sep 23 09:15:38 2022 +0800

    arch/sim: remove stderr in the function renaming list
    
    stderr is a file stream pointer not a function name. Having
    it in the renaming list may introduce linking error.
    
    Signed-off-by: gaojiawei <gaojia...@xiaomi.com>
---
 arch/sim/src/nuttx-names.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/sim/src/nuttx-names.in b/arch/sim/src/nuttx-names.in
index 778639454a..16d12bc05c 100644
--- a/arch/sim/src/nuttx-names.in
+++ b/arch/sim/src/nuttx-names.in
@@ -129,7 +129,6 @@ NXSYMBOLS(sleep)
 NXSYMBOLS(socket)
 NXSYMBOLS(stat)
 NXSYMBOLS(statvfs)
-NXSYMBOLS(stderr)
 NXSYMBOLS(strcat)
 NXSYMBOLS(strchr)
 NXSYMBOLS(strerror)

Reply via email to