unlink: Update regarding AIX.
[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 dup2
13 errno
14 lstat
15 gettime
16 stat-time
17 stdbool
18 sys_stat
19 sys_time
20 time
21
22 configure.ac:
23 gl_UTIMENS
24
25 Makefile.am:
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