Changeset 7064e71 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2025-03-06T14:35:29Z (4 days ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r9a41e6e r7064e71 81 81 main_fibril.tcb = tls_make_initial(__progsymbols.elfstart); 82 82 } 83 main_fibril.is_freeable = false; 83 84 84 85 assert(main_fibril.tcb); … … 172 173 void __libc_exit(int status) 173 174 { 174 // TODO: some teardown of the main fibril? 175 // namely, fibril_exit_hooks would like to run even on the main fibril 175 fibril_run_exit_hooks(&main_fibril); 176 176 177 177 /*
Note:
See TracChangeset
for help on using the changeset viewer.