utimensat: new module
[gnulib.git] / modules / utimensat
1 Description:
2 Set file access and modification times of a file relative to a directory fd.
3
4 Files:
5 lib/utimensat.c
6 m4/utimensat.m4
7
8 Depends-on:
9 openat
10 sys_stat
11 utimens
12
13 configure.ac:
14 gl_FUNC_UTIMENSAT
15 gl_SYS_STAT_MODULE_INDICATOR([utimensat])
16
17 Makefile.am:
18
19 Include:
20 <sys/stat.h>
21
22 Link:
23 $(LIB_CLOCK_GETTIME)
24
25 License:
26 GPL
27
28 Maintainer:
29 Eric Blake