Changes in kernel/generic/include/proc/program.h [174156fd:bdca26a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/program.h
r174156fd rbdca26a 50 50 struct task *task; /**< Program task */ 51 51 struct thread *main_thread; /**< Program main thread */ 52 unsigned int loader_status; /**< Binary loader error status */52 errno_t loader_status; /**< Binary loader error status */ 53 53 } program_t; 54 54
Note:
See TracChangeset
for help on using the changeset viewer.