summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/sendfile.h
blob: 2e0c04add58bb4c7dff2f7fd8d001a54ebd1c1c1 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _SYS_SENDFILE_H
#define _SYS_SENDFILE_H

#include <sys/cdefs.h>

extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *offset,
			 size_t __count) __THROW;

#endif	/* sys/sendfile.h */