test-stddef: test for (some) offsetof bugs
[gnulib.git] / modules / fdutimensat
1 Description:
2 Set file access and modification times, relative to a directory.
3
4 Files:
5 lib/fdutimensat.c
6 lib/utimens.h
7
8 Depends-on:
9 futimens
10 utimensat
11
12 configure.ac:
13 AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/utimens.h
14 gl_MODULE_INDICATOR([fdutimensat])
15
16 Makefile.am:
17 lib_SOURCES += fdutimensat.c
18
19 Include:
20 <fcntl.h>
21 "utimens.h"
22
23 Link:
24 $(LIB_CLOCK_GETTIME)
25
26 License:
27 GPL
28
29 Maintainer:
30 Paul Eggert, Jim Meyering, Eric Blake