Changeset c8680be4 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2025-03-09T20:10:46Z (15 hours ago)
- Parents:
- 0ae9e18 (diff), 98743e2 (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-09 20:10:46)
- git-committer:
- GitHub <noreply@…> (2025-03-09 20:10:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r0ae9e18 rc8680be4 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);
Note:
See TracChangeset
for help on using the changeset viewer.