Changeset a0e2f9c in mainline
- Timestamp:
- 2019-05-26T13:21:50Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0aa5c8a
- Parents:
- 8aea932
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-18 21:51:42)
- git-committer:
- Jakub Jermář <jakub@…> (2019-05-26 13:21:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/rtld/module.c
r8aea932 ra0e2f9c 302 302 if (!dm) { 303 303 dm = module_load(m->rtld, dep_name, flags); 304 if (!dm) { 305 return EINVAL; 306 } 307 304 308 errno_t rc = module_load_deps(dm, flags); 305 309 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.