Changeset 88cbc66 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2025-03-08T16:41:12Z (29 hours ago)
- Parents:
- 797ab95 (diff), af28af6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Matěj Volf <mat.volfik@…> (2025-03-08 16:41:12)
- git-committer:
- GitHub <noreply@…> (2025-03-08 16:41:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r797ab95 r88cbc66 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 { 175 fibril_run_exit_hooks(&main_fibril); 176 174 177 /* 175 178 * GCC extension __attribute__((destructor)),
Note:
See TracChangeset
for help on using the changeset viewer.