mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
os: Add NetBSD support for recent signal changes.
Add NetBSD to mksignals.sh and generate files. While we're here, also add netbsd to the +build list where appropriate. R=golang-dev, jsing CC=golang-dev https://golang.org/cl/5492064
This commit is contained in:
parent
13b26cb36a
commit
5030177ea3
14 changed files with 111 additions and 11 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build darwin freebsd linux openbsd
|
||||
// +build darwin freebsd linux netbsd openbsd
|
||||
|
||||
package exec
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue