1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:54:40 -07:00

runtime: define NSIG to fix plan 9 build

R=rsc
CC=golang-dev
https://golang.org/cl/5677053
This commit is contained in:
David du Colombier 2012-02-15 14:36:20 -05:00 committed by Russ Cox
parent d531ea85b1
commit 1064f3a97b

View File

@ -66,3 +66,4 @@ struct Tos {
/* top of stack is here */
};
#define NSIG 1