diff options
Diffstat (limited to 'newlib/libc/reent/writer.c')
-rw-r--r-- | newlib/libc/reent/writer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/reent/writer.c b/newlib/libc/reent/writer.c index 8d4b375..704aba1 100644 --- a/newlib/libc/reent/writer.c +++ b/newlib/libc/reent/writer.c @@ -38,8 +38,7 @@ DESCRIPTION */ _ssize_t -_DEFUN (_write_r, (ptr, fd, buf, cnt), - struct _reent *ptr, +_write_r (struct _reent *ptr, int fd, const void *buf, size_t cnt) |