]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.cc] runtime: convert remaining windows C code to Go
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 20 Nov 2014 01:24:03 +0000 (12:24 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 20 Nov 2014 01:24:03 +0000 (12:24 +1100)
commitab4578adefd216a6753728b5503ff22fae4ab60b
tree8cd8087f2f66d66f05fd6058973cbef81863830a
parentf4a525452e1442c08e2a973a5871445258ed0054
[dev.cc] runtime: convert remaining windows C code to Go

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/177090043
12 files changed:
src/runtime/netpoll_windows.go
src/runtime/os1_windows.go [new file with mode: 0644]
src/runtime/os1_windows_386.go [new file with mode: 0644]
src/runtime/os1_windows_amd64.go [new file with mode: 0644]
src/runtime/os2_windows.go [new file with mode: 0644]
src/runtime/os_windows.c [deleted file]
src/runtime/os_windows.go
src/runtime/os_windows.h [deleted file]
src/runtime/os_windows_386.c [deleted file]
src/runtime/os_windows_amd64.c [deleted file]
src/runtime/stubs2.go
src/runtime/syscall_windows.go