Changeset 2482192 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2025-03-05T22:22:36Z (7 weeks ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r5208709 r2482192 172 172 void __libc_exit(int status) 173 173 { 174 // TODO: some teardown of the main fibril? 175 // namely, fibril_exit_hooks would like to run even on the main fibril 176 174 177 /* 175 178 * GCC extension __attribute__((destructor)),
Note:
See TracChangeset
for help on using the changeset viewer.