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