]> Cypherpunks repositories - gostls13.git/commit
runtime: fix windows build
authorRuss Cox <rsc@golang.org>
Thu, 8 Mar 2012 20:53:11 +0000 (15:53 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 8 Mar 2012 20:53:11 +0000 (15:53 -0500)
commit8a1b3d5a579ef4b20357ed6d0254976b0d1a19d8
treecfa1a2dde97e2ef3e73c0e8e3110870d59e35f79
parent312ff5b58eea06f2dabb9ba3d28e50d12c64c7d1
runtime: fix windows build

Implement runtime·write, like on the other systems,
and also runtime·badcallback, in assembly to reduce
stack footprint.

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/5785055
src/pkg/runtime/sys_windows_386.s
src/pkg/runtime/sys_windows_amd64.s
src/pkg/runtime/thread_windows.c