Changeset 04803bf in mainline for uspace/lib/c/rtld/include/module.h
- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
uspace/lib/c/rtld/include/module.h (moved) (moved from uspace/lib/libc/rtld/include/module.h ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/rtld/include/module.h
rb50b5af2 r04803bf 62 62 63 63 void module_process_relocs(module_t *m); 64 module_t *module_find(c har *name);65 module_t *module_load(c har *name);64 module_t *module_find(const char *name); 65 module_t *module_load(const char *name); 66 66 void module_load_deps(module_t *m); 67 67
Note:
See TracChangeset
for help on using the changeset viewer.
