From: David du Colombier <0intro@gmail.com> Date: Wed, 15 Feb 2012 19:36:20 +0000 (-0500) Subject: runtime: define NSIG to fix plan 9 build X-Git-Tag: weekly.2012-02-22~220 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1064f3a97bf44b2737f48545f7955efaa7ff4f6b;p=gostls13.git runtime: define NSIG to fix plan 9 build R=rsc CC=golang-dev https://golang.org/cl/5677053 --- 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