1
0
mirror of https://github.com/fluencelabs/musl synced 2025-06-03 01:51:51 +00:00

17 lines
190 B
C
Raw Normal View History

#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