Changeset 6675c70 in mainline for uspace/srv/fs/fat/fat.c
- Timestamp:
- 2007-09-20T16:38:46Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8f9ede5
- Parents:
- d2d0baf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.c
rd2d0baf r6675c70 122 122 123 123 /* 124 * TODO: Interestingly, if we return, the only thread dies.124 * TODO: Interestingly, if we merely return, the only thread dies. 125 125 * If the only thread dies, the whole task is destroyed. 126 126 * Prevent the thread from exiting when there are active fibrils. 127 127 */ 128 while(1)129 usleep(1000000);130 128 fibril_schedule_next_adv(FIBRIL_FROM_DEAD); 129 /* not reached */ 130 131 131 return 0; 132 132 }
Note:
See TracChangeset
for help on using the changeset viewer.