1 #include <io/sys/sendfile.h>
2 
3 #ifndef _ISOMAC
4 
5 extern __typeof (sendfile64) __sendfile64 attribute_hidden;
6 
7 #endif
8