diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys/sendfile.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/sendfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/sendfile.h b/sysdeps/unix/sysv/linux/sys/sendfile.h index 3b2ad2b6ef..3685ea36a3 100644 --- a/sysdeps/unix/sysv/linux/sys/sendfile.h +++ b/sysdeps/unix/sysv/linux/sys/sendfile.h @@ -30,8 +30,8 @@ __BEGIN_DECLS /* Send COUNT bytes from file associated with IN_FD starting at OFFSET to descriptor OUT_FD. */ -extern ssize_t sendfile __P ((int __out_fd, int __in_fd, off_t *offset, - size_t __count)); +extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *offset, + size_t __count) __THROW; __END_DECLS |