Merge branch 'stable'
[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 inline
11 utimensat
12
13 configure.ac:
14 gl_MODULE_INDICATOR([fdutimensat])
15
16 Makefile.am:
17 lib_SOURCES += fdutimensat.c
18
19 Include:
20 <fcntl.h>
21 "utimens.h"
22
23 Link:
24 $(LIB_CLOCK_GETTIME)
25
26 License:
27 GPL
28
29 Maintainer:
30 Paul Eggert, Jim Meyering, Eric Blake