summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/darwin/os.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-16 17:51:47 -0800
committerRuss Cox <rsc@golang.org>2009-11-16 17:51:47 -0800
commit164130742f2d45c01f55882875842f6e1ecffd49 (patch)
tree3056afac89e5e5f7d572be0b663fc8d650420af4 /src/pkg/runtime/darwin/os.h
parentc2ade917b6c2cfe76633f9157daf733d96abc183 (diff)
downloadgolang-164130742f2d45c01f55882875842f6e1ecffd49.tar.gz
runtime: make signal handler work on 386
R=r http://codereview.appspot.com/154171
Diffstat (limited to 'src/pkg/runtime/darwin/os.h')
-rw-r--r--src/pkg/runtime/darwin/os.h2
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*);