]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: define NSIG to fix plan 9 build
authorDavid du Colombier <0intro@gmail.com>
Wed, 15 Feb 2012 19:36:20 +0000 (14:36 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 15 Feb 2012 19:36:20 +0000 (14:36 -0500)
R=rsc
CC=golang-dev
https://golang.org/cl/5677053

src/pkg/runtime/os_plan9.h

index b7b83834949d37010435d95fe3718aceced852a0..cc6343c8ec47bb14e6442b2711133f74e4d8f733 100644 (file)
@@ -66,3 +66,4 @@ struct Tos {
        /* top of stack is here */
 };
 
+#define        NSIG 1