Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / utimens
blobdbe24df1612ace422745b5698f3be3d8d72e5a8f
1 Description:
2 Set file access and modification times.
4 Files:
5 lib/utimens.c
6 lib/utimens.h
7 m4/utimens.m4
8 m4/utimes.m4
10 Depends-on:
11 errno
12 extern-inline
13 fcntl-h
14 fstat
15 lstat
16 gettime
17 msvc-nothrow
18 stat-time
19 stdbool
20 sys_stat
21 sys_time
22 time
23 utime
24 utime-h
26 configure.ac:
27 gl_UTIMENS
29 Makefile.am:
30 lib_SOURCES += utimens.c
32 Include:
33 "utimens.h"
35 Link:
36 $(LIB_CLOCK_GETTIME)
38 License:
39 LGPL
41 Maintainer:
42 Paul Eggert, Jim Meyering, Eric Blake