repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
utimens
blob
c124cb5cbe1225ebf3e74d330c5902601764bad4
1
Description:
2
Set file access and modification times.
3
4
Files:
5
lib/utimens.c
6
lib/utimens.h
7
m4/utimens.m4
8
m4/utimes.m4
9
10
Depends-on:
11
errno
12
extern-inline
13
fcntl-h
14
fstat
15
lstat
16
gettime
17
msvc-nothrow
18
stat
19
stat-time
20
stdbool
21
sys_stat
22
sys_time
23
time
24
utime
25
utime-h
26
27
configure.ac:
28
gl_UTIMENS
29
30
Makefile.am:
31
lib_SOURCES += utimens.c
32
33
Include:
34
"utimens.h"
35
36
Link:
37
$(LIB_CLOCK_GETTIME)
38
39
License:
40
LGPL
41
42
Maintainer:
43
Paul Eggert, Jim Meyering, Eric Blake