Changes in uspace/lib/c/include/loader/pcb.h [47b7006:7171760] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/loader/pcb.h
r47b7006 r7171760 38 38 39 39 #include <sys/types.h> 40 #include <vfs/vfs.h>41 40 42 41 typedef void (*entry_point_t)(void); … … 62 61 63 62 /** Number of preset files. */ 64 int filc; 65 /** Preset files. */ 66 fdi_node_t **filv; 63 unsigned int filc; 67 64 68 65 /* … … 72 69 /** Pointer to ELF dynamic section of the program. */ 73 70 void *dynamic; 71 /** Pointer to dynamic linker state structure (runtime_env_t). */ 72 void *rtld_runtime; 74 73 } pcb_t; 75 74
Note:
See TracChangeset
for help on using the changeset viewer.