mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
37 lines
339 B
Plaintext
37 lines
339 B
Plaintext
Description:
|
|
compare file timestamps
|
|
|
|
Files:
|
|
lib/utimecmp.h
|
|
lib/utimecmp.c
|
|
m4/utimecmp.m4
|
|
|
|
Depends-on:
|
|
hash
|
|
stat-time
|
|
time
|
|
utimens
|
|
intprops
|
|
lstat
|
|
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
|