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