From 2e8e58aa8adc4cb4a276a54f139eb40c5e19e00d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 22 Jan 2011 02:01:38 +0000 Subject: [PATCH] syscalls: Add SPARC RTEMS specific file. From-SVN: r169119 --- libgo/syscalls/syscall_rtems_sparc.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libgo/syscalls/syscall_rtems_sparc.go diff --git a/libgo/syscalls/syscall_rtems_sparc.go b/libgo/syscalls/syscall_rtems_sparc.go new file mode 100644 index 00000000000..6f79aeb4087 --- /dev/null +++ b/libgo/syscalls/syscall_rtems_sparc.go @@ -0,0 +1,7 @@ +// syscall_rtems_sparc.go -- RTEMS SPARC 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