mirror of
https://github.com/golang/go
synced 2024-11-15 10:50:37 -07:00
[release-branch.go1] runtime: fix struct Sigaction for Linux/386
««« backport 645947213cac 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:
parent
133727bd0c
commit
4aaf800fd7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user