Commit 21a4bdef authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

runtime: restore nacl timens

Deleted in cl/123700044.
I am not sure whether I need to restore it,
or delete rest of the uses...

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/129580043
parent 6bddb13b
......@@ -34,6 +34,9 @@ var timers struct {
t []*timer
}
// nacl fake time support.
var timens int64
// Package time APIs.
// Godoc uses the comments in package time, not these.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment