diff options
Diffstat (limited to 'newlib/libc/reent/readr.c')
-rw-r--r-- | newlib/libc/reent/readr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/reent/readr.c b/newlib/libc/reent/readr.c index 65e0514..edc6fd0 100644 --- a/newlib/libc/reent/readr.c +++ b/newlib/libc/reent/readr.c @@ -39,9 +39,9 @@ DESCRIPTION _ssize_t _DEFUN (_read_r, (ptr, fd, buf, cnt), - struct _reent *ptr _AND - int fd _AND - _PTR buf _AND + struct _reent *ptr, + int fd, + _PTR buf, size_t cnt) { _ssize_t ret; |