00001 #ifndef _DARWIN_SENDFILE_H 00002 #define _DARWIN_SENDFILE_H 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif 00007 00008 typedef off_t __off64_t; 00009 00010 ssize_t sendfile64(int out_fd, int in_fd, __off64_t *offset, size_t size); 00011 00012 #ifdef __cplusplus 00013 } 00014 #endif 00015 00016 #endif 00017
1.5.5