summaryrefslogtreecommitdiff
path: root/include/sys/sendfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/sendfile.h')
-rw-r--r--include/sys/sendfile.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/sys/sendfile.h b/include/sys/sendfile.h
new file mode 100644
index 00000000..f0c6ed05
--- /dev/null
+++ b/include/sys/sendfile.h
@@ -0,0 +1,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