2016-08-05 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / libgo / go / syscall / libcall_linux_386.go
blobbdf0fda6c5417076b2d18f0ca6197fc17a67ebbe
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 386 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