]> Cypherpunks repositories - gostls13.git/commit
runtime: fix freebsd build. Assignment is int32* on 32 bit
authorKeith Randall <khr@golang.org>
Wed, 30 Jul 2014 16:18:00 +0000 (09:18 -0700)
committerKeith Randall <khr@golang.org>
Wed, 30 Jul 2014 16:18:00 +0000 (09:18 -0700)
commitd703ac338e86cefc1219e47a4055e66fb392cc21
tree01844de2e24bff2c212f106e1f0f65ea9f954497
parent4aa50434e13d12eb9755a992d6d4ad93e201d624
runtime: fix freebsd build.  Assignment is int32* on 32 bit
machines and int64* on 64 bit machines.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/117330044
src/pkg/runtime/os_freebsd.c