Changeset 88cbc66 in mainline for uspace/lib/c/include/fibril.h
- 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/include/fibril.h
r797ab95 r88cbc66 74 74 extern __noreturn void fibril_exit(long); 75 75 76 /** Add a function to be called after fibril exits, just before it is destroyed */ 77 extern errno_t fibril_add_exit_hook(void (*)(void)); 78 76 79 __HELENOS_DECLS_END; 77 80
Note:
See TracChangeset
for help on using the changeset viewer.