Changes in uspace/lib/c/include/loader/pcb.h [17341d4:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/loader/pcb.h
r17341d4 r9d58539 69 69 /** Pointer to ELF dynamic section of the program. */ 70 70 void *dynamic; 71 /** Pointer to dynamic linker state structure (r tld_t). */71 /** Pointer to dynamic linker state structure (runtime_env_t). */ 72 72 void *rtld_runtime; 73 73 } pcb_t;
Note:
See TracChangeset
for help on using the changeset viewer.