symlinkat: Fix documentation.
[gnulib.git] / modules / utimecmp
1 Description:
2 compare file time stamps
3
4 Files:
5 lib/utimecmp.h
6 lib/utimecmp.c
7 m4/utimecmp.m4
8
9 Depends-on:
10 hash
11 stat-time
12 time
13 utimens
14 xalloc
15 intprops
16 lstat
17 stdbool
18 stdint
19 verify
20
21 configure.ac:
22 gl_UTIMECMP
23
24 Makefile.am:
25
26 Include:
27 "utimecmp.h"
28
29 Link:
30 $(LIB_CLOCK_GETTIME)
31
32 License:
33 GPL
34
35 Maintainer:
36 Paul Eggert, Jim Meyering