Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/libc.c

    r32254d6 r7064e71  
    8181                main_fibril.tcb = tls_make_initial(__progsymbols.elfstart);
    8282        }
     83        main_fibril.is_freeable = false;
    8384
    8485        assert(main_fibril.tcb);
     
    172173void __libc_exit(int status)
    173174{
     175        fibril_run_exit_hooks(&main_fibril);
     176
    174177        /*
    175178         * GCC extension __attribute__((destructor)),
Note: See TracChangeset for help on using the changeset viewer.