github.com/axw/llgo@v0.0.0-20160805011314-95b5fe4dca20/third_party/gofrontend/libgo/go/syscall/libcall_linux_alpha.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 Alpha 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