autoupdate
[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 extensions
13
14 configure.ac:
15 gl_FUNC_UTIMENSAT
16 gl_SYS_STAT_MODULE_INDICATOR([utimensat])
17
18 Makefile.am:
19
20 Include:
21 <sys/stat.h>
22
23 Link:
24 $(LIB_CLOCK_GETTIME)
25
26 License:
27 GPL
28
29 Maintainer:
30 Eric Blake