]> Cypherpunks repositories - gostls13.git/commit
runtime: fix tv_sec 32-bit overflows in sleep routines.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 18 Mar 2013 19:11:11 +0000 (20:11 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 18 Mar 2013 19:11:11 +0000 (20:11 +0100)
commitba50e4f1203ad5cc20b7ada2fce4da62ab195622
treebc15b58f8552e26bd235ec6b04d3a40a7771c8a5
parente7537157a53de8683167a512a67218bd3ea44e39
runtime: fix tv_sec 32-bit overflows in sleep routines.

Fixes #5063.

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/7876043
src/pkg/runtime/export_futex_test.go [new file with mode: 0644]
src/pkg/runtime/futex_test.go [new file with mode: 0644]
src/pkg/runtime/os_darwin.c
src/pkg/runtime/os_freebsd.c
src/pkg/runtime/os_linux.c
src/pkg/runtime/os_netbsd.c
src/pkg/runtime/os_openbsd.c