Changes in uspace/lib/libc/include/loader/pcb.h [99272a3:1ea99cc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/loader/pcb.h
r99272a3 r1ea99cc 69 69 /** Pointer to ELF dynamic section of the program. */ 70 70 void *dynamic; 71 /** Pointer to dynamic linker state structure (runtime_env_t). */ 72 void *rtld_runtime; 71 73 } pcb_t; 72 74
Note:
See TracChangeset
for help on using the changeset viewer.