Hash :
a4d64c00
Author :
Date :
2018-02-20T09:06:51
utimecmp: new function utimecmpat * lib/utimecmp.c: Include fcntl.h, sys/stat.h and dirname.h. Do not include utimens.h. (utimecmpat): New function, generalizing utimecmp. (utimecmp): Now a thin layer around utimecmpat. * modules/utimecmp (Depends-on): Depend on dirname-lgpl, fstatat, utimensat instead of on lstat and utimens.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
Description:
compare file timestamps
Files:
lib/utimecmp.h
lib/utimecmp.c
m4/utimecmp.m4
Depends-on:
dirname-lgpl
fstatat
hash
stat-time
time
utimensat
intprops
stdbool
stdint
verify
configure.ac:
gl_UTIMECMP
Makefile.am:
lib_SOURCES += utimecmp.c
Include:
"utimecmp.h"
Link:
$(LIB_CLOCK_GETTIME)
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering