Ignore:
File:
1 edited

Legend:

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

    r8d2dd7f2 ra35b458  
    5555        /** Program entry point. */
    5656        entry_point_t entry;
    57        
     57
    5858        /** Current working directory. */
    5959        char *cwd;
    60        
     60
    6161        /** Number of command-line arguments. */
    6262        int argc;
    6363        /** Command-line arguments. */
    6464        char **argv;
    65        
     65
    6666        /** List of inbox files. */
    6767        struct pcb_inbox_entry *inbox;
    6868        int inbox_entries;
    69        
     69
    7070        /*
    7171         * ELF-specific data.
    7272         */
    73        
     73
    7474        /** Pointer to ELF dynamic section of the program. */
    7575        void *dynamic;
Note: See TracChangeset for help on using the changeset viewer.