diff options
Diffstat (limited to 'libgo/syscalls/syscall_solaris.go')
-rw-r--r-- | libgo/syscalls/syscall_solaris.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgo/syscalls/syscall_solaris.go b/libgo/syscalls/syscall_solaris.go new file mode 100644 index 0000000..ec22933 --- /dev/null +++ b/libgo/syscalls/syscall_solaris.go @@ -0,0 +1,7 @@ +// syscall_solaris.go -- Solaris 2 specific syscall interface. + +// Copyright 2011 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package syscall |