mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-23 13:44:11 +03:00
17 lines
190 B
C
17 lines
190 B
C
![]() |
#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
|