Changeset d50f3e5 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2025-03-09T20:06:24Z (15 hours ago)
- Children:
- 53e652d
- Parents:
- af28af6
- git-author:
- Matěj Volf <git@…> (2025-03-09 20:05:51)
- git-committer:
- Matěj Volf <git@…> (2025-03-09 20:06:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
raf28af6 rd50f3e5 173 173 void __libc_exit(int status) 174 174 { 175 fibril_run_exit_hooks(&main_fibril);176 177 175 /* 178 176 * GCC extension __attribute__((destructor)),
Note:
See TracChangeset
for help on using the changeset viewer.