]> Cypherpunks repositories - gostls13.git/commit
runtime: fix tv_sec handling for netbsd/386
authorJoel Sing <jsing@google.com>
Wed, 6 Jun 2012 10:39:27 +0000 (20:39 +1000)
committerJoel Sing <jsing@google.com>
Wed, 6 Jun 2012 10:39:27 +0000 (20:39 +1000)
commit2cb74984553e07ae3bc7ca7e89099c11925b01c1
tree77cd42c9c29c5548cc0ed6011336b417d8f67cae
parentd2d990cc0ab85e09bd2c58bd12b34491201f8bd3
runtime: fix tv_sec handling for netbsd/386

On netbsd/386, tv_sec is a 64-bit integer for both timeval and timespec.
Fix the time handling code so that it works correctly.

R=golang-dev, rsc, m4dh4tt3r
CC=golang-dev
https://golang.org/cl/6256056
src/pkg/runtime/sys_netbsd_386.s