fix windows build

R=rsc
CC=golang-dev
https://golang.org/cl/1890045
This commit is contained in:
Alex Brainman 2010-08-06 09:42:55 +10:00
parent c78be462a0
commit e96b6835a9
2 changed files with 1 additions and 3 deletions

View file

@ -11,8 +11,6 @@ import (
"unsafe"
)
var onceStartServer sync.Once
// BUG(brainman): The Windows implementation does not implement SetTimeout.
// IO completion result parameters.

View file

@ -6,7 +6,7 @@ package time
import (
"syscall"
"once"
"sync"
"os"
)