Subversion Repositories HelenOS

Rev

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

Rev 3562 Rev 3673
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
void _rtld_main(void);
-
 
65
 
-
 
66
extern runtime_env_t runtime_env;
64
extern runtime_env_t runtime_env;
67
 
65
 
68
#endif
66
#endif
69
 
67
 
70
/** @}
68
/** @}