Changeset 5035ba05 in mainline for uspace/lib/c/generic/rtld/rtld.c
- Timestamp:
- 2016-05-02T19:49:51Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 32573ff, 9a08e6b
- Parents:
- 634e020
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/rtld/rtld.c
r634e020 r5035ba05 80 80 prog_mod.dyn.soname = "[program]"; 81 81 prog_mod.rtld = env; 82 prog_mod.exec = true; 83 prog_mod.local = false; 82 84 83 85 /* Initialize list of loaded modules */ … … 96 98 97 99 DPRINTF("Load all program dependencies\n"); 98 module_load_deps(&prog_mod );100 module_load_deps(&prog_mod, 0); 99 101 100 102 /*
Note:
See TracChangeset
for help on using the changeset viewer.