Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/loader/pcb.h

    r7171760 r47b7006  
    3838
    3939#include <sys/types.h>
     40#include <vfs/vfs.h>
    4041
    4142typedef void (*entry_point_t)(void);
     
    6162       
    6263        /** Number of preset files. */
    63         unsigned int filc;
     64        int filc;
     65        /** Preset files. */
     66        fdi_node_t **filv;
    6467       
    6568        /*
     
    6972        /** Pointer to ELF dynamic section of the program. */
    7073        void *dynamic;
    71         /** Pointer to dynamic linker state structure (runtime_env_t). */
    72         void *rtld_runtime;
    7374} pcb_t;
    7475
Note: See TracChangeset for help on using the changeset viewer.