Constant sendfile [src]
Source
pub const sendfile = switch (native_os) {
.freebsd => freebsd.sendfile,
.macos, .ios, .tvos, .watchos, .visionos => darwin.sendfile,
.linux => private.sendfile,
else => {},
}
pub const sendfile = switch (native_os) {
.freebsd => freebsd.sendfile,
.macos, .ios, .tvos, .watchos, .visionos => darwin.sendfile,
.linux => private.sendfile,
else => {},
}