repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
numfmt: prefer signed types
[coreutils.git]
/
src
/
force-link.h
blob
f051658367fb1e1a054615eda358d192edd390bd
1
extern
int
force_linkat
(
int
,
char const
*,
int
,
char const
*,
int
,
bool
,
int
)
2
_GL_ATTRIBUTE_NONNULL
();
3
extern
int
force_symlinkat
(
char const
*,
int
,
char const
*,
bool
,
int
)
4
_GL_ATTRIBUTE_NONNULL
();