1 // Copyright 2019 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // +build solaris,386 solaris,sparc
9 //sys sendfile(outfd int, infd int, offset *Offset_t, count int) (written int, err error)
10 //sendfile64(outfd _C_int, infd _C_int, offset *Offset_t, count Size_t) Ssize_t