]> Cypherpunks repositories - gostls13.git/commit
syscall: let errors.ErrUnsupported match ERROR_NOT_SUPPORTED and ERROR_CALL_NOT_IMPLE...
authorTobias Klauser <tklauser@distanz.ch>
Thu, 16 Mar 2023 18:23:34 +0000 (19:23 +0100)
committerGopher Robot <gobot@golang.org>
Thu, 16 Mar 2023 19:26:36 +0000 (19:26 +0000)
commit964985362b4d8702a16bce08c7a825488ccb9601
tree74e4bd39f1aef6299c7485ca63aed740a4a7b5a7
parent23e8f43cb1e865edeab2bad08dc01cceac3ba0b0
syscall: let errors.ErrUnsupported match ERROR_NOT_SUPPORTED and ERROR_CALL_NOT_IMPLEMENTED

These error codes are returned on windows in case a particular functions
is not supported.

Updates #41198

Change-Id: Ic31755a131d4e7c96961ba54f5bb51026fc7a563
Reviewed-on: https://go-review.googlesource.com/c/go/+/476916
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/syscall/syscall_windows.go