Changes in uspace/lib/c/generic/libc.c [d54b303:4d11204] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
rd54b303 r4d11204 122 122 __stdio_done(); 123 123 task_retval(status); 124 fibril_teardown(__tcb_get()->fibril_data );124 fibril_teardown(__tcb_get()->fibril_data, false); 125 125 } 126 126
Note:
See TracChangeset
for help on using the changeset viewer.