]> Cypherpunks repositories - gostls13.git/commit
syscall: another attempt to keep windows syscall pointers live
authorAlex Brainman <alex.brainman@gmail.com>
Sun, 5 Oct 2014 02:15:13 +0000 (13:15 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Sun, 5 Oct 2014 02:15:13 +0000 (13:15 +1100)
commitee8e28d328567b5f12a94b1156b5f6d20d1f67fe
tree18e71ec01f950fb11d4eff5f6da06ec1f8ada61b
parent0a6f8b042d168986cc2c07a62c05c769310a6c3e
syscall: another attempt to keep windows syscall pointers live

This approach was suggested in
https://golang.org/cl/138250043/#msg15.
Unlike current version of mksyscall_windows.go,
new code could be used in go.sys and other external
repos without help from asm.

LGTM=iant
R=golang-codereviews, iant, r
CC=golang-codereviews
https://golang.org/cl/143160046
src/syscall/mksyscall_windows.go
src/syscall/zsyscall_windows.go