2013-12-05 Richard Biener <rguenther@suse.de>
[official-gcc.git] / libgo / go / syscall / libcall_linux_amd64.go
blob675de3d945a7788d80c395b3f6ea87ae732c42f6
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.
5 // GNU/Linux library calls amd64 specific.
7 package syscall
9 //sys Ioperm(from int, num int, on int) (err error)
10 //ioperm(from _C_long, num _C_long, on _C_int) _C_int
12 //sys Iopl(level int) (err error)
13 //iopl(level _C_int) _C_int