Cygwin: dll_list: stat_real_file_once as dll method

Make stat_real_file_once a method of struct dll, to be more flexible on
where to use.  Also, debug print memory section name queried for a dll.
This is a preparation to query the file id when loading the dll.
This commit is contained in:
Michael Haubenwallner
2019-04-30 16:14:55 +02:00
committed by Corinna Vinschen
parent 4c79da8017
commit 0f5776c47c
2 changed files with 13 additions and 10 deletions

View File

@ -65,6 +65,7 @@ struct dll
void detach ();
int init ();
bool stat_real_file_once ();
void nominate_forkable (PCWCHAR);
bool create_forkable ();
void run_dtors ()