]> Cypherpunks repositories - gostls13.git/commitdiff
os: adjust wait6/waitid comment for netbsd
authorTobias Klauser <tklauser@distanz.ch>
Sun, 9 Apr 2023 11:39:12 +0000 (13:39 +0200)
committerBenny Siegert <bsiegert@gmail.com>
Tue, 11 Apr 2023 13:16:52 +0000 (13:16 +0000)
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>
src/os/wait_unimp.go

index d4aac372fb8320763bcf89101a44e60e58a9c007..810e35da63815b54ed540c46ca77ebd95fb5f828 100644 (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