New modules 'at-internal', 'openat-h', split off from module 'openat'.
[gnulib.git] / modules / utimensat
1 Description:
2 Set file access and modification times of a file relative to a directory fd.
3
4 Files:
5 lib/utimensat.c
6 lib/at-func.c
7 m4/utimensat.m4
8
9 Depends-on:
10 at-internal
11 dosname
12 errno
13 extensions
14 fchdir
15 fcntl-h
16 openat-die
17 openat-h
18 save-cwd
19 sys_stat
20 fstatat         [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
21 utimens         [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
22
23 configure.ac:
24 gl_FUNC_UTIMENSAT
25 if test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1; then
26   AC_LIBOBJ([utimensat])
27 fi
28 gl_SYS_STAT_MODULE_INDICATOR([utimensat])
29
30 Makefile.am:
31
32 Include:
33 <sys/stat.h>
34
35 Link:
36 $(LIB_CLOCK_GETTIME)
37
38 License:
39 GPL
40
41 Maintainer:
42 Eric Blake