]> Cypherpunks repositories - gostls13.git/commit
syscall: let EPLAN9 and EWINDOWS implement errors.ErrUnsupported
authorTobias Klauser <tklauser@distanz.ch>
Wed, 15 Mar 2023 18:26:33 +0000 (19:26 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 15 Mar 2023 21:08:38 +0000 (21:08 +0000)
commit3128edfe59d3f0d677ae9ad24bf2c7474056787a
tree07c6ef16d6ecca8dab67a195b4812fc3c815bb98
parent455168d11391bf2b67833594ff6864c034107a59
syscall: let EPLAN9 and EWINDOWS implement errors.ErrUnsupported

As suggested by Bryan. This should fix the failing
TestIPConnSpecificMethods on plan9 after CL 476217 was submitted.

For #41198

Change-Id: I18e87b3aa7c9f7d48a1bd9c2819340acd1d2ca4e
Reviewed-on: https://go-review.googlesource.com/c/go/+/476578
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/syscall/syscall_plan9.go
src/syscall/syscall_windows.go