]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: fix for OS X 10.7
authorRuss Cox <rsc@golang.org>
Thu, 16 Jun 2011 15:10:31 +0000 (11:10 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 16 Jun 2011 15:10:31 +0000 (11:10 -0400)
commit95963e6294ce3e2e700dea4055fb62b73f23aa95
tree4696632fa51f14a1012f45cb384bbce890f559cb
parent2b08e952bbe0b0ec20480d493926bcdb41f71396
runtime/cgo: fix for OS X 10.7

Correct a few error messages (libcgo -> runtime/cgo)
and delete old nacl_386.c file too.

Fixes #1657.

R=iant
CC=golang-dev
https://golang.org/cl/4603057
src/pkg/runtime/cgo/darwin_386.c
src/pkg/runtime/cgo/darwin_amd64.c
src/pkg/runtime/cgo/nacl_386.c [deleted file]
src/pkg/runtime/cgo/util.c