doc: Update target platforms list.
[gnulib.git] / modules / futimens
blobe63ff78b7812519ab2154b6fd24047a6ac553a57
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 extensions
11 utimens         [test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1]
13 configure.ac:
14 gl_FUNC_FUTIMENS
15 gl_CONDITIONAL([GL_COND_OBJ_FUTIMENS],
16                [test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1])
17 gl_SYS_STAT_MODULE_INDICATOR([futimens])
19 Makefile.am:
20 if GL_COND_OBJ_FUTIMENS
21 lib_SOURCES += futimens.c
22 endif
24 Include:
25 <sys/stat.h>
27 Link:
28 $(CLOCK_TIME_LIB)
30 License:
31 LGPL
33 Maintainer:
34 Eric Blake