Fix "PR c++/92804 ICE trying to use concept as a nested-name-specifier"
[official-gcc.git] / libgo / go / syscall / libcall_hurd_386.go
blob783429ca60ad0766693a8dfeab0400e8d267d52a
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/Hurd library calls 386 specific derived from libcall_linux_386.go.
6 // Remove Iopl, iopl.
8 package syscall
10 //sys Ioperm(from int, num int, on int) (err error)
11 //ioperm(from _C_long, num _C_long, on _C_int) _C_int