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