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>
// 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