repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
newlib: Regenerate autotools files
[newlib-cygwin.git]
/
libgloss
/
riscv
/
semihost-sys_link.c
blob
717c5c81ca2d819cdda6b362e511c1f3b01ee9c4
1
/*
2
* Copyright (C) 2020 Embecosm Limited
3
* SPDX-License-Identifier: BSD-2-Clause
4
*/
5
/* Establish a new name for an existing file. */
6
int
_link
(
const char
*
old_name
,
const char
*
new_name
)
7
{
8
return
-
1
;
9
}