diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-01-12 02:03:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-01-12 02:03:46 +0000 |
commit | c3b5b97b64685cee2635d0dc61425a5add983a39 (patch) | |
tree | 7721836a180b18fc4931e7caa3818c3f5412471f /libgo/syscalls/syscall_rtems.go | |
parent | ae82f812b9c48bddc2149eef5e5e542deacd9b15 (diff) | |
download | gcc-c3b5b97b64685cee2635d0dc61425a5add983a39.zip gcc-c3b5b97b64685cee2635d0dc61425a5add983a39.tar.gz gcc-c3b5b97b64685cee2635d0dc61425a5add983a39.tar.bz2 |
Simplify libgo Makefile conditionals.
From-SVN: r168696
Diffstat (limited to 'libgo/syscalls/syscall_rtems.go')
-rw-r--r-- | libgo/syscalls/syscall_rtems.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgo/syscalls/syscall_rtems.go b/libgo/syscalls/syscall_rtems.go new file mode 100644 index 0000000..7f0c119 --- /dev/null +++ b/libgo/syscalls/syscall_rtems.go @@ -0,0 +1,7 @@ +// syscall_rtems.go -- RTEMS 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 |