Changes in uspace/lib/c/generic/libc.c [32254d6:7064e71] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r32254d6 r7064e71 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); … … 172 173 void __libc_exit(int status) 173 174 { 175 fibril_run_exit_hooks(&main_fibril); 176 174 177 /* 175 178 * GCC extension __attribute__((destructor)),
Note:
See TracChangeset
for help on using the changeset viewer.