mirror of
https://github.com/golang/sys.git
synced 2026-02-08 11:46:04 +03:00
All references to "Errno" go through the syscalldot function, which prepends "syscall." if the generation target is not in the syscall package. Similarly so, we need a windowsdot function to prepend "windows." to NTStatus. Change-Id: I86affcf0155632ed5848ebabca97d175a041c6c3 Reviewed-on: https://go-review.googlesource.com/c/sys/+/298170 Trust: Jason A. Donenfeld <Jason@zx2c4.com> Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>