Changeset bc18d63 in mainline for uspace/srv/loader/main.c
- Timestamp:
- 2009-03-01T15:00:24Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b241f3
- Parents:
- 4c7257b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
r4c7257b rbc18d63 271 271 static void loader_run(ipc_callid_t rid, ipc_call_t *request) 272 272 { 273 /* Set the task name. */ 274 task_set_name(pathname); 275 273 276 if (is_dyn_linked == true) { 274 277 /* Dynamically linked program */
Note:
See TracChangeset
for help on using the changeset viewer.