Subversion Repositories HelenOS

Rev

Rev 3673 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3673 Rev 3686
Line 59... Line 59...
59
 
59
 
60
    /** List of all loaded modules including rtld and the program */
60
    /** List of all loaded modules including rtld and the program */
61
    link_t modules_head;
61
    link_t modules_head;
62
} runtime_env_t;
62
} runtime_env_t;
63
 
63
 
64
extern runtime_env_t runtime_env;
64
extern runtime_env_t *runtime_env;
65
 
65
 
66
#endif
66
#endif
67
 
67
 
68
/** @}
68
/** @}
69
 */
69
 */