aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sigaction.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/sigaction.go')
-rw-r--r--src/runtime/sigaction.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/sigaction.go b/src/runtime/sigaction.go
index 30050efcc7..05f44f65db 100644
--- a/src/runtime/sigaction.go
+++ b/src/runtime/sigaction.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build (linux && !amd64 && !arm64 && !ppc64le) || (freebsd && !amd64)
-// +build linux,!amd64,!arm64,!ppc64le freebsd,!amd64
package runtime