// 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
+// +build darwin freebsd linux netbsd openbsd
// Package signal implements operating system-independent signal handling.
package signal
Incoming = ch
go process(ch)
}
+
+// BUG(rsc): This package is unavailable on Plan 9 and Windows.
// 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
+// +build darwin freebsd linux netbsd openbsd
package signal