sim: add __cxa_atexit into the name list

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I81e75532db1953584124142763f9d07ddb788898
This commit is contained in:
Xiang Xiao 2020-07-09 01:52:08 +08:00 committed by Masayuki Ishikawa
parent a62b45380b
commit 6b316edcda

View File

@ -32,6 +32,7 @@
#endif
NXSYMBOLS(__errno)
NXSYMBOLS(__cxa_atexit)
NXSYMBOLS(_exit)
NXSYMBOLS(accept)
NXSYMBOLS(asprintf)