On Sun, Sep 24, 2017 at 07:49:55AM +0000, Philipp Stephani wrote: > Alan Third schrieb am Sa., 23. Sep. 2017 um 21:31 Uhr: > > > > Is there maybe a test in configure that’s incorrectly identifying this > > utimens.c stuff as OK? > > > > > I do have configure output like this: > > checking for futimens... yes > checking for utimensat... yes > > So I think the functions are there, but the compilation shouldn't use them > since they would make the binary incompatible with old versions of macOS. I agree. I’ve attached a patch that should sort it. I’m not 100% sure that DARWIN_OS is the right define to check for, but it seems more appropriate than any others I can think of. -- Alan Third