stpncpy: Allow stpncpy to be defined as a macro.
[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 extensions
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 GPL
27
28 Maintainer:
29 Eric Blake