Changes in uspace/lib/libc/include/loader/pcb.h [1ea99cc:99272a3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/loader/pcb.h
r1ea99cc r99272a3 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;73 71 } pcb_t; 74 72
Note:
See TracChangeset
for help on using the changeset viewer.