verify: new macro 'assume'
[gnulib.git] / modules / fdutimensat
1 Description:
2 Set file access and modification times, relative to a directory.
3
4 Files:
5 lib/fdutimensat.c
6 lib/utimens.h
7
8 Depends-on:
9 futimens
10 utimensat
11
12 configure.ac:
13 gl_MODULE_INDICATOR([fdutimensat])
14
15 Makefile.am:
16 lib_SOURCES += fdutimensat.c
17
18 Include:
19 <fcntl.h>
20 "utimens.h"
21
22 Link:
23 $(LIB_CLOCK_GETTIME)
24
25 License:
26 GPL
27
28 Maintainer:
29 Paul Eggert, Jim Meyering, Eric Blake