summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/signal_arm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/signal_arm.c')
-rw-r--r--src/pkg/runtime/signal_arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/signal_arm.c b/src/pkg/runtime/signal_arm.c
index 1e8636846..1f9a2325d 100644
--- a/src/pkg/runtime/signal_arm.c
+++ b/src/pkg/runtime/signal_arm.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 dragonfly freebsd linux netbsd openbsd
+// +build darwin dragonfly freebsd linux nacl netbsd openbsd
#include "runtime.h"
#include "defs_GOOS_GOARCH.h"