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