utimens: remove dependency on dup2
[gnulib.git] / modules / utimens
1 Description:
2 Set file access and modification times.
3
4 Files:
5 lib/utimens.c
6 lib/utimens.h
7 m4/utimbuf.m4
8 m4/utimens.m4
9 m4/utimes.m4
10
11 Depends-on:
12 errno
13 lstat
14 gettime
15 stat-time
16 stdbool
17 sys_stat
18 sys_time
19 time
20
21 configure.ac:
22 gl_UTIMENS
23
24 Makefile.am:
25 lib_SOURCES += utimens.c
26
27 Include:
28 "utimens.h"
29
30 Link:
31 $(LIB_CLOCK_GETTIME)
32
33 License:
34 GPL
35
36 Maintainer:
37 Paul Eggert, Jim Meyering, Eric Blake