* lib/utimens.c (futimens): Use futimesat if available.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Sep 2005 19:18:06 +0000 (19:18 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Sep 2005 19:18:06 +0000 (19:18 +0000)
commit9a66010992ca6ea590f26fc89362b5b288e5ffbd
treee21121524329eaf4b58466918d29ad301ef0cd6d
parente086ed0fe9b4d5907fbed51c06cda1ac116b2d66
* lib/utimens.c (futimens): Use futimesat if available.
Prefer it to futimes since it doesn't have the futimes bug.
* m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
lib/utimens.c
m4/utimens.m4