> >What about instead putting above extern long long __gnat_file_time the > >following: > > > >#if __APPLE__ > >#define st_mtim st_mtimespec > >#define st_atim st_atimespec > >#endif > > > >To avoid having the two (nested) #if __APPLE__ and keep the code easier
two => three :-) > >to follow? > > works for me (the test patch was drafted quickly to allow bootstrap > to continue) > - I can amend the patch and (re-)test more widely. OK then with these changes, assuming successfully build/test. Arno