summaryrefslogtreecommitdiffstats
path: root/newlib/libc/reent/unlinkr.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/reent/unlinkr.c')
-rw-r--r--newlib/libc/reent/unlinkr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/reent/unlinkr.c b/newlib/libc/reent/unlinkr.c
index dbfc7e667..95b815f1b 100644
--- a/newlib/libc/reent/unlinkr.c
+++ b/newlib/libc/reent/unlinkr.c
@@ -44,9 +44,9 @@ DESCRIPTION
*/
int
-_unlink_r (ptr, file)
- struct _reent *ptr;
- _CONST char *file;
+_DEFUN (_unlink_r, (ptr, file),
+ struct _reent *ptr _AND
+ _CONST char *file)
{
int ret;