]> Cypherpunks repositories - gostls13.git/commit
time: fix Plan 9 build for new API
authorAnthony Martin <ality@pbrane.org>
Mon, 12 Dec 2011 21:12:22 +0000 (16:12 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 12 Dec 2011 21:12:22 +0000 (16:12 -0500)
commit1cb254a085678170895634b33c486b3cef223286
treedb83681e671013bc74a810cdfe32d66134a03365
parentd7634ad7d9a3b914245fba89cb9737f12c07dfe6
time: fix Plan 9 build for new API

I had to move readFile into sys_$GOOS.go
since syscall.Open takes only two arguments
on Plan 9.

R=lucio.dere, rsc, alex.brainman
CC=golang-dev
https://golang.org/cl/5447061
src/pkg/runtime/plan9/thread.c
src/pkg/time/Makefile
src/pkg/time/sleep.go
src/pkg/time/sys.go [deleted file]
src/pkg/time/sys_plan9.go
src/pkg/time/sys_unix.go
src/pkg/time/zoneinfo_plan9.go