Changeset 4d11204 in mainline for uspace/lib/c/generic/thread.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/thread.c
r87a2f9b r4d11204 88 88 #endif 89 89 90 fibril_teardown(fibril );90 fibril_teardown(fibril, false); 91 91 92 92 thread_exit(0);
Note:
See TracChangeset
for help on using the changeset viewer.