]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] runtime: change set_sec to take int64
authorRuss Cox <rsc@golang.org>
Fri, 14 Nov 2014 19:50:00 +0000 (14:50 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 14 Nov 2014 19:50:00 +0000 (14:50 -0500)
commit580cba42f4394a4ce477a8fc4984f77e2be6d613
tree909a47d3bd70c1e763089adb1f6e57a731b25dbd
parent5fce15a2a3cd94427bb9979d73acf14013ec7f31
[dev.cc] runtime: change set_sec to take int64

Fixes build.
Tested that all these systems can make.bash.

TBR=austin
CC=golang-codereviews
https://golang.org/cl/177770043
12 files changed:
src/runtime/defs_dragonfly_amd64.go
src/runtime/defs_freebsd_386.go
src/runtime/defs_freebsd_amd64.go
src/runtime/defs_freebsd_arm.go
src/runtime/defs_linux_386.go
src/runtime/defs_linux_amd64.go
src/runtime/defs_linux_arm.go
src/runtime/defs_openbsd_386.go
src/runtime/defs_openbsd_amd64.go
src/runtime/os1_freebsd.go
src/runtime/os1_linux.go
src/runtime/os1_openbsd.go