mirror of https://github.com/golang/go.git
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:
parent
8f5f347e2c
commit
6645602c0b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue