aboutsummaryrefslogtreecommitdiff
path: root/libiberty/rename.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/rename.c')
-rw-r--r--libiberty/rename.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libiberty/rename.c b/libiberty/rename.c
index 399980ab7d7..ad342ffca65 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)
{