blob: f0c6ed05a7f28ca63d2e431d289124185b315aa2 (
plain) (
tree)
|
|
#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
|