]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/sys/sendfile.h
Update.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / sys / sendfile.h
index 3b2ad2b6efcbc4c80a07836755c0005f53eddc0c..3685ea36a32617b283b8a81bf31896cc46cdd3ee 100644 (file)
@@ -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