Changeset 2482192 in mainline for uspace/lib/c/generic/libc.c


Ignore:
Timestamp:
2025-03-05T22:22:36Z (7 weeks ago)
Author:
Matěj Volf <git@…>
Children:
9a41e6e
Parents:
5208709
git-author:
Matěj Volf <git@…> (2025-01-18 20:57:32)
git-committer:
Matěj Volf <git@…> (2025-03-05 22:22:36)
Message:

fix initialization of fibril.exit_hooks

File:
1 edited

Legend:

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

    r5208709 r2482192  
    172172void __libc_exit(int status)
    173173{
     174        // TODO: some teardown of the main fibril?
     175        // namely, fibril_exit_hooks would like to run even on the main fibril
     176
    174177        /*
    175178         * GCC extension __attribute__((destructor)),
Note: See TracChangeset for help on using the changeset viewer.