summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/signals_solaris.h
diff options
context:
space:
mode:
authorAram H?v?rneanu <aram@mgk.ro>2014-02-24 22:31:01 -0500
committerAram H?v?rneanu <aram@mgk.ro>2014-02-24 22:31:01 -0500
commit833fd641e569aed3519d802d5cf5a3c10176cf0c (patch)
tree05db77324b431738f6fbb331f13639cb0af3a252 /src/pkg/runtime/signals_solaris.h
parent2eb05ee5f832f012037e7f98c83b493a7ed13454 (diff)
downloadgo-833fd641e569aed3519d802d5cf5a3c10176cf0c.tar.gz
runtime, net: add support for GOOS=solaris
LGTM=dave, rsc R=golang-codereviews, minux.ma, mikioh.mikioh, dave, iant, rsc CC=golang-codereviews https://codereview.appspot.com/36030043 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/pkg/runtime/signals_solaris.h')
-rw-r--r--src/pkg/runtime/signals_solaris.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/signals_solaris.h b/src/pkg/runtime/signals_solaris.h
index 75304644a..c272cad29 100644
--- a/src/pkg/runtime/signals_solaris.h
+++ b/src/pkg/runtime/signals_solaris.h
@@ -1,4 +1,4 @@
-// Copyright 2013 The Go Authors. All rights reserved.
+// Copyright 2014 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.