mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 22:50:07 +00:00
(exit): Handle ef_cxa exit functions.
This commit is contained in:
parent
dd6c7ca53f
commit
99bea377bc
@ -56,6 +56,9 @@ exit (int status)
|
||||
case ef_at:
|
||||
(*f->func.at) ();
|
||||
break;
|
||||
case ef_cxa:
|
||||
(*f->func.cxa.fn) (f->func.cxa.arg);
|
||||
break;
|
||||
}
|
||||
}
|
||||
while (__exit_funcs->idx > 0);
|
||||
|
Loading…
Reference in New Issue
Block a user