aboutsummaryrefslogtreecommitdiff
path: root/src/os/wait_waitid.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/wait_waitid.go')
-rw-r--r--src/os/wait_waitid.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/wait_waitid.go b/src/os/wait_waitid.go
index 44962c8534..c0503b209c 100644
--- a/src/os/wait_waitid.go
+++ b/src/os/wait_waitid.go
@@ -6,7 +6,6 @@
// waitid returns if the process is stopped, even when using WEXITED.
//go:build linux
-// +build linux
package os