summaryrefslogblamecommitdiff
path: root/include/sys/sendfile.h
blob: ba9aa5480f97c67e64943503f64cb92eb2924a90 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                            




                           




                  
#ifndef _SYS_INOTIFY_H
#define _SYS_INOTIFY_H

#ifdef __cplusplus
extern "C" {
#endif

#include <unistd.h>

ssize_t sendfile(int, int, off_t *, size_t);

#ifdef _LARGEFILE64_SOURCE
#define sendfile64 sendfile
#define off64_t off_t
#endif

#ifdef __cplusplus
}
#endif

#endif