]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.13] syscall: replace mksyscall_windows.go with wrapper to new...
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 4 Oct 2019 14:48:17 +0000 (16:48 +0200)
committerIan Lance Taylor <iant@golang.org>
Mon, 7 Oct 2019 14:50:16 +0000 (14:50 +0000)
commitb7b6e8e294d620477bd0266f199e633fcd57662d
tree8c40f99e667217b4215603dbff872b54909849b5
parentcf54026495f1263cf3b589e52a7ef435de980c52
[release-branch.go1.13] 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.

This combines CL 198977 and CL 199277.

Fixes #34388

Change-Id: I0d00371c483cb78f4be18fe987df33c79cd40f05
Reviewed-on: https://go-review.googlesource.com/c/go/+/199538
Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/internal/syscall/windows/mksyscall.go
src/internal/syscall/windows/registry/mksyscall.go
src/syscall/mksyscall_windows.go
src/syscall/syscall.go