]> Cypherpunks repositories - gostls13.git/commit
freebsd: Add stubs for runtime·osyield and runtime·usleep.
authorDavid Symonds <dsymonds@golang.org>
Fri, 30 Sep 2011 23:39:10 +0000 (16:39 -0700)
committerDavid Symonds <dsymonds@golang.org>
Fri, 30 Sep 2011 23:39:10 +0000 (16:39 -0700)
commit723f73caec99e6ff0e930027d470ff48f898a735
treeaa63a83c812e14dd397a07c3c31ac10e785fb857
parent39493be2948231462eec6a0d045fb2b5adafa3c4
freebsd: Add stubs for runtime·osyield and runtime·usleep.

These don't do anything useful; they are just here to fix the build.

R=golang-dev
TBR=r
CC=golang-dev
https://golang.org/cl/5154048
src/pkg/runtime/freebsd/386/sys.s
src/pkg/runtime/freebsd/amd64/sys.s
src/pkg/runtime/freebsd/thread.c