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 59113d2..5e85f2d 100644 --- a/newlib/libc/reent/linkr.c +++ b/newlib/libc/reent/linkr.c @@ -45,8 +45,8 @@ DESCRIPTION int _DEFUN (_link_r, (ptr, old, new), struct _reent *ptr, - _CONST char *old, - _CONST char *new) + const char *old, + const char *new) { int ret; |