diff options
Diffstat (limited to 'src/pkg/runtime/defs_linux_386.h')
-rw-r--r-- | src/pkg/runtime/defs_linux_386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/defs_linux_386.h b/src/pkg/runtime/defs_linux_386.h index 02760f987..e257a6f85 100644 --- a/src/pkg/runtime/defs_linux_386.h +++ b/src/pkg/runtime/defs_linux_386.h @@ -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; |