Changeset c74b9de in mainline
- Timestamp:
- 2018-11-03T07:35:44Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ad2cf04
- Parents:
- e131bd05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
re131bd05 rc74b9de 308 308 #endif 309 309 310 if (!pcb.tcb) { 311 DPRINTF("Failed to make TLS for '%s'.\n", progname); 312 async_answer_0(req, ENOMEM); 313 return 1; 314 } 315 310 316 elf_set_pcb(&prog_info, &pcb); 311 317
Note:
See TracChangeset
for help on using the changeset viewer.