aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/linux/pread64.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/pread64.c')
-rw-r--r--newlib/libc/sys/linux/pread64.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/pread64.c b/newlib/libc/sys/linux/pread64.c
index 20d1f9c..bbf743e 100644
--- a/newlib/libc/sys/linux/pread64.c
+++ b/newlib/libc/sys/linux/pread64.c
@@ -30,8 +30,7 @@ Supporting OS subroutine required: <<read>>, <<lseek64>>.
#include <machine/weakalias.h>
ssize_t
-_DEFUN (__libc_pread64, (fd, buf, n, off),
- int fd,
+__libc_pread64 (int fd,
void *buf,
size_t n,
loff_t off)