Document not_eol and remove mention of regex.c.
[gnulib/ericb.git] / modules / futimens
blob17bff44a0a3fb429298a956f065e57c1d63ca5dd
1 Description:
2 Set file access and modification times of a file descriptor.
4 Files:
5 lib/futimens.c
6 m4/futimens.m4
8 Depends-on:
9 sys_stat
10 utimens
11 extensions
13 configure.ac:
14 gl_FUNC_FUTIMENS
15 gl_SYS_STAT_MODULE_INDICATOR([futimens])
17 Makefile.am:
19 Include:
20 <sys/stat.h>
22 Link:
23 $(LIB_CLOCK_GETTIME)
25 License:
26 GPL
28 Maintainer:
29 Eric Blake