From f5ba2bc9ca84d67f03f2542bfff0525f2f478e4c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 18 Mar 2011 21:52:26 -0400 Subject: various legacy and linux-specific stuff this commit is part of an effort to make more of busybox work out-of-the-box. --- include/sys/sendfile.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/sys/sendfile.h (limited to 'include/sys/sendfile.h') 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 + +ssize_t sendfile(int, int, off_t *, size_t); + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3-70-g09d2