log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / utimecmp
blobdffe861c2d136c1b9bd538ac35ef773ee284a55e
1 Description:
2 compare file timestamps
4 Files:
5 lib/utimecmp.h
6 lib/utimecmp.c
7 m4/utimecmp.m4
9 Depends-on:
10 dirname-lgpl
11 fstatat
12 hash
13 stat-time
14 time
15 utimensat
16 intprops
17 stdbool
18 stdint
19 verify
21 configure.ac:
22 gl_UTIMECMP
24 Makefile.am:
25 lib_SOURCES += utimecmp.c
27 Include:
28 "utimecmp.h"
30 License:
31 GPL
33 Maintainer:
34 Paul Eggert, Jim Meyering