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

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