Merge commit 'stable/20110609'
[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 extensions
11 utimens         [test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1]
12
13 configure.ac:
14 gl_FUNC_FUTIMENS
15 gl_SYS_STAT_MODULE_INDICATOR([futimens])
16
17 Makefile.am:
18
19 Include:
20 <sys/stat.h>
21
22 Link:
23 $(LIB_CLOCK_GETTIME)
24
25 License:
26 LGPL
27
28 Maintainer:
29 Eric Blake