Commit 6645602c authored by Anthony Martin's avatar Anthony Martin Committed by Russ Cox

os/signal: do not build on Plan 9

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5503057
parent 8f5f347e
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build darwin freebsd linux netbsd openbsd windows
// Package signal implements operating system-independent signal handling. // Package signal implements operating system-independent signal handling.
package signal package signal
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build darwin freebsd linux netbsd openbsd windows
package signal package signal
import ( import (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment