diff options
author | 2020-01-10 01:18:43 -0800 | |
---|---|---|
committer | 2020-01-10 01:18:43 -0800 | |
commit | 87d8282897d31c39339ad4059a217fdde064983e (patch) | |
tree | 303f6c950c417a56ebf6cf048926c173d87ae8fa /README.md | |
parent | initial version of ziggetty (diff) | |
download | ziggetty-87d8282897d31c39339ad4059a217fdde064983e.tar.xz |
architecture portable version of sendfile
Removes the custom thunking for `sendfile(2)` in favor of using the
standard library yscall function and constants. This allows ziggetty to
be portable across architectures. Where available, the 64-bit compatible
`sendfile64(2)` is called.
This changeset also wraps the sendfile implementation to turn
errno-style errors into Zig errors.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions