aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/stack.c
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-08-27 21:59:49 -0400
committerRuss Cox <rsc@golang.org>2014-08-27 21:59:49 -0400
commitd21638b5ec7210e1597b96db6698471d8141a5b2 (patch)
treef1532c635d6c8a4343c4e1061c7dd180f3cbc980 /src/pkg/runtime/stack.c
parent43d4f93c91587323d6141dcd4cbcccb0ee8bfab3 (diff)
downloadgo-d21638b5ec7210e1597b96db6698471d8141a5b2.tar.xz
cmd/cc, runtime: preserve C runtime type names in generated Go
uintptr or uint64 in the runtime C were turning into uint in the Go, bool was turning into uint8, and so on. Fix that. Also delete Go wrappers for C functions. The C functions can be called directly now (but still eventually need to be converted to Go). LGTM=bradfitz, minux, iant R=golang-codereviews, bradfitz, iant, minux CC=golang-codereviews, khr, r https://golang.org/cl/138740043
Diffstat (limited to 'src/pkg/runtime/stack.c')
0 files changed, 0 insertions, 0 deletions