mirror of
https://github.com/fluencelabs/musl
synced 2025-06-18 09:21:46 +00:00
various legacy and linux-specific stuff
this commit is part of an effort to make more of busybox work out-of-the-box.
This commit is contained in:
16
include/sys/sendfile.h
Normal file
16
include/sys/sendfile.h
Normal file
@ -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
|
Reference in New Issue
Block a user