diff options
Diffstat (limited to 'src/pkg/runtime/defs_linux_arm.h')
| -rw-r--r-- | src/pkg/runtime/defs_linux_arm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/runtime/defs_linux_arm.h b/src/pkg/runtime/defs_linux_arm.h index 05a17af64b..8c17e3805b 100644 --- a/src/pkg/runtime/defs_linux_arm.h +++ b/src/pkg/runtime/defs_linux_arm.h @@ -151,8 +151,8 @@ struct Siginfo { uint8 _sifields[4]; }; -typedef struct Sigaction Sigaction; -struct Sigaction { +typedef struct SigactionT SigactionT; +struct SigactionT { void *sa_handler; uint32 sa_flags; void *sa_restorer; |
