diff options
Diffstat (limited to 'src/pkg/runtime/darwin/os.h')
-rw-r--r-- | src/pkg/runtime/darwin/os.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/darwin/os.h b/src/pkg/runtime/darwin/os.h index 2a3ca87bd..2e493aed0 100644 --- a/src/pkg/runtime/darwin/os.h +++ b/src/pkg/runtime/darwin/os.h @@ -17,7 +17,7 @@ uint32 mach_thread_self(void); uint32 mach_thread_self(void); struct Sigaction; -void sigaction(int64, struct Sigaction*, struct Sigaction*); +void sigaction(uintptr, struct Sigaction*, struct Sigaction*); struct StackT; void sigaltstack(struct StackT*, struct StackT*); |