Changeset d49194d in mainline
- Timestamp:
- 2019-05-18T21:43:14Z (6 years ago)
- Children:
- 859d006
- Parents:
- 87bc11f
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-17 19:36:20)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-18 21:43:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/dlfcn.c
r87bc11f rd49194d 54 54 if (m == NULL) { 55 55 m = module_load(runtime_env, path, mlf_local); 56 if (m == NULL) { 57 return NULL; 58 } 59 56 60 if (module_load_deps(m, mlf_local) != EOK) { 57 61 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.