From: Rémy Oudompheng Date: Fri, 7 Mar 2014 22:17:44 +0000 (+0100) Subject: runtime: add missing nacl build tag for lock_sema.c X-Git-Tag: go1.3beta1~417 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=849ee73f67da1cfff446bd0585326d3fe2925249;p=gostls13.git runtime: add missing nacl build tag for lock_sema.c LGTM=dave R=rsc, dave CC=golang-codereviews https://golang.org/cl/72240045 --- diff --git a/src/pkg/runtime/lock_sema.c b/src/pkg/runtime/lock_sema.c index 927bf11f84..ff8fdfd423 100644 --- a/src/pkg/runtime/lock_sema.c +++ b/src/pkg/runtime/lock_sema.c @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin netbsd openbsd plan9 solaris windows +// +build darwin nacl netbsd openbsd plan9 solaris windows #include "runtime.h" #include "stack.h"