diff options
Diffstat (limited to 'libiberty/rename.c')
-rw-r--r-- | libiberty/rename.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libiberty/rename.c b/libiberty/rename.c index 399980a..ad342ff 100644 --- a/libiberty/rename.c +++ b/libiberty/rename.c @@ -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) { |