Skip to content

Commit 76d48d0

Browse files
committed
Add the _Exit symbol
1 parent b0982ef commit 76d48d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/library.js

+4
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,10 @@ LibraryManager.library = {
494494
exit: function(status) {
495495
__exit(status);
496496
},
497+
_Exit__deps: ['_exit'],
498+
_Exit: function(status) {
499+
__exit(status);
500+
},
497501

498502
_ZSt9terminatev__deps: ['exit'],
499503
_ZSt9terminatev: function() {

0 commit comments

Comments
 (0)