posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / fdutimensat
blob21d656f1a5875fea899c6ef061a187d3f3f3c78c
1 Description:
2 Set file access and modification times, relative to a directory.
4 Files:
5 lib/fdutimensat.c
6 lib/utimens.h
8 Depends-on:
9 futimens
10 utimensat
12 configure.ac:
13 gl_MODULE_INDICATOR([fdutimensat])
15 Makefile.am:
16 lib_SOURCES += fdutimensat.c
18 Include:
19 <fcntl.h>
20 "utimens.h"
22 License:
23 GPL
25 Maintainer:
26 Paul Eggert, Jim Meyering, Eric Blake