Terin Stock bd287dd194
std: implement sendfile on linux
This changset adds a `sendfile(2)` syscall bindings to the linux bits
component. Where available, the `sendfile64(2)` syscall will be
transparently called.

A wrapping function has also been added to the std.os to transform
errno returns to Zig errors.

Change-Id: I86769fc4382c0771e3656e7b21137bafd99a4411
2020-03-02 12:54:50 -05:00
..
2020-02-24 23:39:03 +02:00
2019-10-24 01:14:52 -04:00
2019-10-30 21:21:58 -04:00
2020-03-02 12:54:50 -05:00
2019-10-24 01:14:52 -04:00
2020-02-01 11:32:53 +01:00
2020-02-06 18:05:50 -05:00