]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: check for errors from pthread_create
authorAlbert Strasheim <fullung@gmail.com>
Tue, 28 Jun 2011 16:04:50 +0000 (12:04 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 28 Jun 2011 16:04:50 +0000 (12:04 -0400)
commita026d0fc767dd701d681635dfd99da6eb40396c7
tree97a761eae02414030a909e4b3822fc0937bab189
parent660b22988b2ee68c630806817f6dfdd70cf43518
runtime/cgo: check for errors from pthread_create

R=rsc, iant, dvyukov
CC=golang-dev
https://golang.org/cl/4643057
src/libmach/darwin.c
src/pkg/runtime/cgo/darwin_386.c
src/pkg/runtime/cgo/darwin_amd64.c
src/pkg/runtime/cgo/freebsd_386.c
src/pkg/runtime/cgo/freebsd_amd64.c
src/pkg/runtime/cgo/linux_386.c
src/pkg/runtime/cgo/linux_amd64.c