Skip to content

Commit

Permalink
runtime: disable Native Client fake time support
Browse files Browse the repository at this point in the history
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
  • Loading branch information
davecheney committed Mar 11, 2014
1 parent 07dc50b commit 42da29f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pkg/runtime/time.goc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 42da29f

Please sign in to comment.