mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
merge from gcc
This commit is contained in:
@@ -22,9 +22,7 @@ exists, it is removed.
|
||||
#endif
|
||||
|
||||
int
|
||||
rename (zfrom, zto)
|
||||
const char *zfrom;
|
||||
const char *zto;
|
||||
rename (const char *zfrom, const char *zto)
|
||||
{
|
||||
if (link (zfrom, zto) < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user