exit_handler
act.sa_sigaction = exit_handler;
static void exit_handler(int sig, siginfo_t *info, void *context);
_start_crt(int argc, char **argv, void (*exit_handler)(void))
(void) atexit(exit_handler);
if (exit_handler != NULL)
(void) atexit(exit_handler);