Changeset 8aea932 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:
- a0e2f9c
- Parents:
- bdca26a
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-17 19:36:20)
- git-committer:
- Jakub Jermář <jakub@…> (2019-05-26 13:21:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/dlfcn.c
rbdca26a r8aea932 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.