github.com/llvm-mirror/llgo@v0.0.0-20190322182713-bf6f0a60fce1/third_party/gofrontend/libgo/go/syscall/libcall_linux_amd64.go (about) 1 // Copyright 2012 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. 4 5 // GNU/Linux library calls amd64 specific. 6 7 package syscall 8 9 //sys Ioperm(from int, num int, on int) (err error) 10 //ioperm(from _C_long, num _C_long, on _C_int) _C_int 11 12 //sys Iopl(level int) (err error) 13 //iopl(level _C_int) _C_int