Changeset 859d006 in mainline
- Timestamp:
- 2019-05-18T21:56:10Z (6 years ago)
- Parents:
- d49194d
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-18 21:51:42)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-18 21:56:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/rtld/module.c
rd49194d r859d006 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.