Changeset 4d11204 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2015-06-06T14:41:16Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0453261, 048cd69
- Parents:
- 87a2f9b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r87a2f9b 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.