diff options
Diffstat (limited to 'newlib/libc/reent/linkr.c')
-rw-r--r-- | newlib/libc/reent/linkr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/reent/linkr.c b/newlib/libc/reent/linkr.c index 8cfdf2f..59113d2 100644 --- a/newlib/libc/reent/linkr.c +++ b/newlib/libc/reent/linkr.c @@ -44,8 +44,8 @@ DESCRIPTION int _DEFUN (_link_r, (ptr, old, new), - struct _reent *ptr _AND - _CONST char *old _AND + struct _reent *ptr, + _CONST char *old, _CONST char *new) { int ret; |