Changeset ea56098 in mainline
- Timestamp:
- 2017-03-10T20:46:16Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 35b7d86e
- Parents:
- 1701a24d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/main.c
r1701a24d rea56098 261 261 } 262 262 263 /* 264 * We need to set the root early for dynamically linked binaries so 265 * that the loader can use it too. 266 */ 267 if (str_cmp(name, "root") == 0) 268 vfs_root_set(file); 269 263 270 inbox[inbox_entries].name = name; 264 271 inbox[inbox_entries].file = file;
Note:
See TracChangeset
for help on using the changeset viewer.