]> Cypherpunks repositories - gostls13.git/commit
syscall: replace mksyscall_windows.go with wrapper to new x/sys home
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 4 Oct 2019 14:48:17 +0000 (16:48 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 4 Oct 2019 20:26:09 +0000 (20:26 +0000)
commit7e4d87b7708dbd319f3c44c8b4d49ef7f51504c8
treedd0b74a794109ae1822a21d65990538ef3fc9ecf
parent49988bc2e92afd1efdd166c31df49652008ee7da
syscall: replace mksyscall_windows.go with wrapper to new x/sys home

We replace the existing file with a thin wrapper around its target so
that we don't break anybody's workflow.

Updates #34388

Change-Id: I0d00371c483cb78f4be18fe987df33c79cd40f05
Reviewed-on: https://go-review.googlesource.com/c/go/+/198977
Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/mksyscall_windows.go