Changes in uspace/lib/c/generic/rtld/rtld.c [bfdb5af1:8a1fb09] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/rtld/rtld.c
rbfdb5af1 r8a1fb09 44 44 { 45 45 runtime_env = &rt_env_static; 46 list_initialize(&runtime_env->modules );46 list_initialize(&runtime_env->modules_head); 47 47 runtime_env->next_bias = 0x2000000; 48 48 runtime_env->program = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.