aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/defs_linux_386.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/defs_linux_386.h')
-rw-r--r--src/pkg/runtime/defs_linux_386.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/runtime/defs_linux_386.h b/src/pkg/runtime/defs_linux_386.h
index 27dae9e82b..2df3f66d80 100644
--- a/src/pkg/runtime/defs_linux_386.h
+++ b/src/pkg/runtime/defs_linux_386.h
@@ -95,7 +95,7 @@ typedef struct Xmmreg Xmmreg;
typedef struct Fpstate Fpstate;
typedef struct Timespec Timespec;
typedef struct Timeval Timeval;
-typedef struct Sigaction Sigaction;
+typedef struct SigactionT SigactionT;
typedef struct Siginfo Siginfo;
typedef struct Sigaltstack Sigaltstack;
typedef struct Sigcontext Sigcontext;
@@ -144,7 +144,7 @@ struct Timeval {
int32 tv_sec;
int32 tv_usec;
};
-struct Sigaction {
+struct SigactionT {
void *k_sa_handler;
uint32 sa_flags;
void *sa_restorer;