From 1064f3a97bf44b2737f48545f7955efaa7ff4f6b Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 15 Feb 2012 14:36:20 -0500 Subject: [PATCH] runtime: define NSIG to fix plan 9 build R=rsc CC=golang-dev https://golang.org/cl/5677053 --- src/pkg/runtime/os_plan9.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pkg/runtime/os_plan9.h b/src/pkg/runtime/os_plan9.h index b7b8383494..cc6343c8ec 100644 --- a/src/pkg/runtime/os_plan9.h +++ b/src/pkg/runtime/os_plan9.h @@ -66,3 +66,4 @@ struct Tos { /* top of stack is here */ }; +#define NSIG 1 -- 2.48.1