Skip to content

Commit ef82b4c

Browse files
tklauserbsiegert
authored andcommitted
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 <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 705e2e9 commit ef82b4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/os/wait_unimp.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// license that can be found in the LICENSE file.
44

55
// aix, darwin, js/wasm, openbsd, solaris and wasip1/wasm don't implement
6-
// waitid/wait6. netbsd implements wait6, but that is causing test
7-
// failures, see issue #48789.
6+
// waitid/wait6.
87

98
//go:build aix || darwin || (js && wasm) || openbsd || solaris || wasip1
109

0 commit comments

Comments
 (0)