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

masayuki 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 6b316ed  sim: add __cxa_atexit into the name list
6b316ed is described below

commit 6b316edcda6ee2eece92bb73cb4178e2a2b5bd3a
Author: Xiang Xiao <[email protected]>
AuthorDate: Thu Jul 9 01:52:08 2020 +0800

    sim: add __cxa_atexit into the name list
    
    Signed-off-by: Xiang Xiao <[email protected]>
    Change-Id: I81e75532db1953584124142763f9d07ddb788898
---
 arch/sim/src/nuttx-names.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sim/src/nuttx-names.in b/arch/sim/src/nuttx-names.in
index 3108c48..e23ef23 100644
--- a/arch/sim/src/nuttx-names.in
+++ b/arch/sim/src/nuttx-names.in
@@ -32,6 +32,7 @@
 #endif
 
 NXSYMBOLS(__errno)
+NXSYMBOLS(__cxa_atexit)
 NXSYMBOLS(_exit)
 NXSYMBOLS(accept)
 NXSYMBOLS(asprintf)

Reply via email to