Changes in uspace/lib/c/include/fibril.h [bc56f30:6a57b93] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/fibril.h
rbc56f30 r6a57b93 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.