NEWS.stable: log cherry-pick [3180807]->[768eb31] doc/lgpl-2.1.texi
[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 sys_stat
10 extensions
11 openat          [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
12 utimens         [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
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