Changeset 5126f80 in mainline for uspace/lib/c/generic/loader.c
- Timestamp:
- 2017-03-08T11:42:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 0d35511
- Parents:
- a737667e
- git-author:
- Jiri Zarevucky <zarevucky.jiri@…> (2017-03-08 11:42:17)
- git-committer:
- Jakub Jermar <jakub@…> (2017-03-08 11:42:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/loader.c
ra737667e r5126f80 198 198 } 199 199 200 int fd = vfs_lookup(path );200 int fd = vfs_lookup(path, 0); 201 201 if (fd < 0) { 202 202 return fd;
Note:
See TracChangeset
for help on using the changeset viewer.