diff options
author | Aram H?v?rneanu <aram@mgk.ro> | 2014-02-24 22:31:01 -0500 |
---|---|---|
committer | Aram H?v?rneanu <aram@mgk.ro> | 2014-02-24 22:31:01 -0500 |
commit | 833fd641e569aed3519d802d5cf5a3c10176cf0c (patch) | |
tree | 05db77324b431738f6fbb331f13639cb0af3a252 /src/pkg/runtime/signals_solaris.h | |
parent | 2eb05ee5f832f012037e7f98c83b493a7ed13454 (diff) | |
download | go-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.h | 2 |
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. |