aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/rename.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/rename.c')
-rw-r--r--newlib/libc/stdio/rename.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdio/rename.c b/newlib/libc/stdio/rename.c
index a327708..b3c745a 100644
--- a/newlib/libc/stdio/rename.c
+++ b/newlib/libc/stdio/rename.c
@@ -54,8 +54,7 @@ Supporting OS subroutines required: <<link>>, <<unlink>>, or <<rename>>.
#ifndef _REENT_ONLY
int
-_DEFUN(rename, (old, new),
- const char *old,
+rename (const char *old,
const char *new)
{
return _rename_r (_REENT, old, new);