aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/remove.c')
-rw-r--r--newlib/libc/stdio/remove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/remove.c b/newlib/libc/stdio/remove.c
index 7b8d306..18c468d 100644
--- a/newlib/libc/stdio/remove.c
+++ b/newlib/libc/stdio/remove.c
@@ -60,7 +60,7 @@ Supporting OS subroutine required: <<unlink>>.
int
_DEFUN(_remove_r, (ptr, filename),
- struct _reent *ptr _AND
+ struct _reent *ptr,
_CONST char *filename)
{
if (_unlink_r (ptr, filename) == -1)