Ignore:
File:
1 edited

Legend:

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

    r17341d4 r9d58539  
    6969        /** Pointer to ELF dynamic section of the program. */
    7070        void *dynamic;
    71         /** Pointer to dynamic linker state structure (rtld_t). */
     71        /** Pointer to dynamic linker state structure (runtime_env_t). */
    7272        void *rtld_runtime;
    7373} pcb_t;
Note: See TracChangeset for help on using the changeset viewer.