libcall_hurd_386.go 380 B

1234567891011
  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/Hurd library calls 386 specific derived from libcall_linux_386.go.
  5. // Remove Iopl, iopl.
  6. package syscall
  7. //sys Ioperm(from int, num int, on int) (err error)
  8. //ioperm(from _C_long, num _C_long, on _C_int) _C_int