Changeset 7064e71 in mainline for uspace/srv/loader/main.c


Ignore:
Timestamp:
2025-03-06T14:35:29Z (5 months ago)
Author:
Matěj Volf <git@…>
Children:
25ee7ec5
Parents:
9a41e6e
git-author:
Matěj Volf <git@…> (2025-03-05 23:09:43)
git-committer:
Matěj Volf <git@…> (2025-03-06 14:35:29)
Message:

run fibril exit hooks for main fibril as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/main.c

    r9a41e6e r7064e71  
    355355        DPRINTF("Jump to entry point at %p\n", pcb.entry);
    356356
    357         // mvolfik is very confused: why is __libc_fini called BEFORE jumping to entrypoint??
    358357        __libc_fini();
    359358        __tcb_reset();
Note: See TracChangeset for help on using the changeset viewer.