summaryrefslogtreecommitdiff
path: root/include/sys/sendfile.h
blob: f0c6ed05a7f28ca63d2e431d289124185b315aa2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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 __cplusplus
}
#endif

#endif