Changes in uspace/lib/c/generic/rtld/rtld.c [967e7a1:b1834a01] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/rtld/rtld.c
r967e7a1 rb1834a01 125 125 126 126 DPRINTF("Load all program dependencies\n"); 127 errno_t rc = module_load_deps(prog, 0); 128 if (rc != EOK) { 129 return rc; 130 } 127 module_load_deps(prog, 0); 131 128 132 129 /* Compute static TLS size */
Note:
See TracChangeset
for help on using the changeset viewer.