summaryrefslogtreecommitdiff
path: root/userland/libc/include/sys/sendfile.h
blob: 5e83999ae6fef40a168772f1555d1c71e1f80009 (plain)
1
2
3
4
5
6
7
#include <stdint.h>
#include <typedefs.h>
#include <stddef.h>
#include <sys/types.h>

u32 sendfile(int out_fd, int in_fd, off_t *offset, size_t count,
             int *error_rc);