diff options
Diffstat (limited to 'newlib/libc/reent/unlinkr.c')
-rw-r--r-- | newlib/libc/reent/unlinkr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/reent/unlinkr.c b/newlib/libc/reent/unlinkr.c index 0ef0ff5..41bac01 100644 --- a/newlib/libc/reent/unlinkr.c +++ b/newlib/libc/reent/unlinkr.c @@ -38,8 +38,7 @@ DESCRIPTION */ int -_DEFUN (_unlink_r, (ptr, file), - struct _reent *ptr, +_unlink_r (struct _reent *ptr, const char *file) { int ret; |