Fix "PR c++/92804 ICE trying to use concept as a nested-name-specifier"
[official-gcc.git] / libgo / go / syscall / libcall_bsd_regfile.go
blob388c8a7d782cedecba2957869910291363bfe9f6
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 darwin dragonfly freebsd netbsd openbsd solaris,amd64 solaris,sparc64
7 package syscall
9 //sys sendfile(outfd int, infd int, offset *Offset_t, count int) (written int, err error)
10 //sendfile(outfd _C_int, infd _C_int, offset *Offset_t, count Size_t) Ssize_t