f0c6ed05a7f28ca63d2e431d289124185b315aa2
[musl] / include / sys / sendfile.h
1 #ifndef _SYS_INOTIFY_H
2 #define _SYS_INOTIFY_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 #include <unistd.h>
9
10 ssize_t sendfile(int, int, off_t *, size_t);
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif