mirror of https://github.com/golang/go.git
runtime: define NSIG to fix plan 9 build
R=rsc CC=golang-dev https://golang.org/cl/5677053
This commit is contained in:
parent
d531ea85b1
commit
1064f3a97b
|
|
@ -66,3 +66,4 @@ struct Tos {
|
|||
/* top of stack is here */
|
||||
};
|
||||
|
||||
#define NSIG 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue