verify: new macro 'assume'
[gnulib.git] / modules / utimens
1 Description:
2 Set file access and modification times.
3
4 Files:
5 lib/utimens.c
6 lib/utimens.h
7 m4/utimbuf.m4
8 m4/utimens.m4
9 m4/utimes.m4
10
11 Depends-on:
12 errno
13 extern-inline
14 fcntl-h
15 fstat
16 lstat
17 gettime
18 stat-time
19 stdbool
20 sys_stat
21 sys_time
22 time
23
24 configure.ac:
25 gl_UTIMENS
26
27 Makefile.am:
28 lib_SOURCES += utimens.c
29
30 Include:
31 "utimens.h"
32
33 Link:
34 $(LIB_CLOCK_GETTIME)
35
36 License:
37 GPL
38
39 Maintainer:
40 Paul Eggert, Jim Meyering, Eric Blake