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