1
0
mirror of https://github.com/golang/go synced 2024-11-26 18:16:48 -07:00

os: adjust wait6/waitid comment for netbsd

CL 431855 changed (*Process).blockUntilWaitable on netbsd to use wait6
again.

Update #48789

Change-Id: I948f5445a44ab2e82c02560480a2a244d2b5f473
Reviewed-on: https://go-review.googlesource.com/c/go/+/483396
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Tobias Klauser 2023-04-09 13:39:12 +02:00 committed by Benny Siegert
parent 705e2e987e
commit ef82b4c94e

View File

@ -3,8 +3,7 @@
// license that can be found in the LICENSE file.
// aix, darwin, js/wasm, openbsd, solaris and wasip1/wasm don't implement
// waitid/wait6. netbsd implements wait6, but that is causing test
// failures, see issue #48789.
// waitid/wait6.
//go:build aix || darwin || (js && wasm) || openbsd || solaris || wasip1