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

source code of glibc/include/sys/sendfile.h