summaryrefslogtreecommitdiffstats
path: root/newlib/libc/unix/pread.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/unix/pread.c')
-rw-r--r--newlib/libc/unix/pread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/unix/pread.c b/newlib/libc/unix/pread.c
index 68ed68eb1..72087542e 100644
--- a/newlib/libc/unix/pread.c
+++ b/newlib/libc/unix/pread.c
@@ -52,7 +52,7 @@ Supporting OS subroutine required: <<read>>, <<lseek>>.
#include <reent.h>
ssize_t
-_DEFUN (pread_r, (rptr, fd, buf, n, off),
+_DEFUN (_pread_r, (rptr, fd, buf, n, off),
struct _reent *rptr _AND
int fd _AND
_PTR buf _AND