os/signal: do not build on Plan 9

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5503057
This commit is contained in:
Anthony Martin 2011-12-21 07:52:07 -05:00 committed by Russ Cox
parent 8f5f347e2c
commit 6645602c0b
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// 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

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin freebsd linux netbsd openbsd windows
package signal
import (