提交 9f24d33a 编写于 作者: C Caoruihong

Add exit/_Exit to musl dynamic.list

Some DFX features need the ability to interpose exit and/or _Exit to
do some work at program exit.
For example, the appspawn service need to handle the exit processing
logic of all its children process to ensure no unexpected crash when
exiting.

Issue: #I6ZJJ3
Signed-off-by: NCaoruihong <crh.cao@huawei.com>
上级 d89c65c8
......@@ -44,4 +44,7 @@ __progname;
__progname_full;
__stack_chk_guard;
exit;
_Exit;
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册