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
/
supersede
blob
d15430229ea85348cdecb7d5330c462d62c4704d
1
Description:
2
Open a file, without destroying an old file with the same name.
3
4
Files:
5
lib/supersede.h
6
lib/supersede.c
7
m4/supersede.m4
8
9
Depends-on:
10
c99
11
fcntl-h
12
sys_stat
13
clean-temp
14
tempname
15
canonicalize
16
open
17
unlink
18
ignore-value
19
stat
20
stat-time
21
utimens
22
acl-permissions
23
qcopy-acl
24
fdopen
25
26
configure.ac:
27
gl_SUPERSEDE
28
29
Makefile.am:
30
lib_SOURCES += supersede.c
31
32
Include:
33
"supersede.h"
34
35
Link:
36
$(LIB_GETRANDOM)
37
$(LIB_CLOCK_GETTIME)
38
$(LIBTHREAD)
39
40
License:
41
GPL
42
43
Maintainer:
44
all