Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3688 → Rev 3689

/branches/dynload/uspace/lib/rtld/include/rtld.h
59,6 → 59,9
 
/** List of all loaded modules including rtld and the program */
link_t modules_head;
 
/** Temporary hack to place each module at different address. */
uintptr_t next_bias;
} runtime_env_t;
 
extern runtime_env_t *runtime_env;