runtime: fix struct Sigaction for Linux/386

We need to use kernel headers to generate defs_linux_$GOARCH.h

R=golang-dev, dave, alex.brainman, iant
CC=golang-dev
https://golang.org/cl/6296091
This commit is contained in:
Shenghou Ma 2012-06-24 01:41:17 +08:00
parent e2f2929d85
commit a033e36766
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ struct Sigaction {
void *k_sa_handler;
uint32 sa_flags;
void *sa_restorer;
uint32 sa_mask;
uint64 sa_mask;
};
struct Siginfo {
int32 si_signo;