]> Cypherpunks repositories - gostls13.git/commit
runtime: give proper messages when user defined DYLD_INSERT_LIBRARIES on Darwin
authorShenghou Ma <minux.ma@gmail.com>
Mon, 30 Apr 2012 19:55:07 +0000 (15:55 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 30 Apr 2012 19:55:07 +0000 (15:55 -0400)
commit44fd1d1a6aee68023be292a6f856991af3f0d4c8
tree911d8720616e46c5172fae46d815805642c3b343
parent1bdb788b2ea5147ff7847f7a401a9da994a5e360
runtime: give proper messages when user defined DYLD_INSERT_LIBRARIES on Darwin
       also gives clear error when bsdthread_register fails on Darwin
       Fixes #2992.

R=rsc, krautz
CC=golang-dev
https://golang.org/cl/5966067
src/pkg/runtime/os_darwin.h
src/pkg/runtime/sys_darwin_386.s
src/pkg/runtime/sys_darwin_amd64.s
src/pkg/runtime/thread_darwin.c