]> Cypherpunks repositories - gostls13.git/commit
runtime: fix windows build
authorHector Chu <hectorchu@gmail.com>
Fri, 30 Sep 2011 18:33:13 +0000 (11:33 -0700)
committerRob Pike <r@golang.org>
Fri, 30 Sep 2011 18:33:13 +0000 (11:33 -0700)
commit38d3f585288d9640d428fd9d6afd429815f01730
tree7c00ea0f79dfe96c843ac2df4d19eeb98196fd77
parenta7a7cc5a55690350eeee4d1aa26ca460f61c4b56
runtime: fix windows build

Add osyield and usleep as required by recent GC changes.

R=golang-dev, r, dsymonds, rsc, r
CC=golang-dev
https://golang.org/cl/5156042
src/pkg/runtime/windows/386/defs.h
src/pkg/runtime/windows/amd64/defs.h
src/pkg/runtime/windows/defs.c
src/pkg/runtime/windows/thread.c