pty: Activate the signature wrapper of forkpty.
[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 if test $HAVE_FUTIMENS = 0 || test $REPLACE_FUTIMENS = 1; then
16   AC_LIBOBJ([futimens])
17 fi
18 gl_SYS_STAT_MODULE_INDICATOR([futimens])
19
20 Makefile.am:
21
22 Include:
23 <sys/stat.h>
24
25 Link:
26 $(LIB_CLOCK_GETTIME)
27
28 License:
29 LGPL
30
31 Maintainer:
32 Eric Blake