Commit 42da29f4 authored by Dave Cheney's avatar Dave Cheney

runtime: disable Native Client fake time support

This CL is a reformulation of CL 73110043 containing only the minimum required to get the nacl builds compiling.

LGTM=bradfitz
R=rsc, bradfitz
CC=golang-codereviews
https://golang.org/cl/74220043
parent 07dc50b8
......@@ -21,6 +21,9 @@ static Timers timers;
static void addtimer(Timer*);
static void dumptimers(int8*);
// nacl fake time support.
int64 runtime·timens;
// 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