Changeset c4049e6 in mainline for uspace/lib/c/include/loader/pcb.h
- Timestamp:
- 2018-07-05T21:41:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9283830
- Parents:
- 9396c52
- git-author:
- Dzejrou <dzejrou@…> (2018-03-15 10:40:53)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/loader/pcb.h
r9396c52 rc4049e6 36 36 #ifndef LIBC_PCB_H_ 37 37 #define LIBC_PCB_H_ 38 39 38 40 39 typedef void (*entry_point_t)(void); … … 76 75 /** Pointer to dynamic linker state structure (rtld_t). */ 77 76 void *rtld_runtime; 77 /** C++ related data. */ 78 cpp_data_t cpp_data; 78 79 } pcb_t; 79 80
Note:
See TracChangeset
for help on using the changeset viewer.