]> Cypherpunks repositories - gostls13.git/commit
darwin: bsdthread_create can fail; print good error
authorRuss Cox <rsc@golang.org>
Thu, 29 Apr 2010 02:36:42 +0000 (19:36 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 29 Apr 2010 02:36:42 +0000 (19:36 -0700)
commit718da3339a61bda23659acb8c7a3f41c7dd0b86d
tree1269320662dc64a9c45acd0683e5682481248efe
parent7c77e450ccbf1459b4628f3564aeb0a0482b08f1
darwin: bsdthread_create can fail; print good error

Fixes #549.

R=adg
CC=golang-dev
https://golang.org/cl/1019042
src/pkg/runtime/darwin/386/sys.s
src/pkg/runtime/darwin/amd64/sys.s
src/pkg/runtime/darwin/os.h
src/pkg/runtime/darwin/thread.c