From 164130742f2d45c01f55882875842f6e1ecffd49 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 16 Nov 2009 17:51:47 -0800 Subject: runtime: make signal handler work on 386 R=r http://codereview.appspot.com/154171 --- src/pkg/runtime/darwin/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/runtime/darwin/os.h') 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*); -- cgit v1.2.3