diff options
Diffstat (limited to 'src/runtime/sigqueue_note.go')
| -rw-r--r-- | src/runtime/sigqueue_note.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/sigqueue_note.go b/src/runtime/sigqueue_note.go index 16aeeb2ef0..e23446bea4 100644 --- a/src/runtime/sigqueue_note.go +++ b/src/runtime/sigqueue_note.go @@ -7,8 +7,8 @@ // signal_recv thread. This file holds the non-Darwin implementations of // those functions. These functions will never be called. -// +build !darwin -// +build !plan9 +//go:build !darwin && !plan9 +// +build !darwin,!plan9 package runtime |
