Changeset 17341d4 in mainline for uspace/lib/c/include/loader/pcb.h
- Timestamp:
- 2016-04-20T17:25:48Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dc0d8b52
- Parents:
- 13dfa3f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/loader/pcb.h
r13dfa3f9 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.