libcall_linux_386.go 388 B

12345678910111213
  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. // GNU/Linux library calls 386 specific.
  5. package syscall
  6. //sys Ioperm(from int, num int, on int) (err error)
  7. //ioperm(from _C_long, num _C_long, on _C_int) _C_int
  8. //sys Iopl(level int) (err error)
  9. //iopl(level _C_int) _C_int