summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/darwin/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/darwin/os.h')
-rw-r--r--src/pkg/runtime/darwin/os.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/runtime/darwin/os.h b/src/pkg/runtime/darwin/os.h
index 339768e51..db3c2e8a7 100644
--- a/src/pkg/runtime/darwin/os.h
+++ b/src/pkg/runtime/darwin/os.h
@@ -27,3 +27,5 @@ void runtime·sigaltstack(struct StackT*, struct StackT*);
void runtime·sigtramp(void);
void runtime·sigpanic(void);
void runtime·setitimer(int32, Itimerval*, Itimerval*);
+
+void runtime·raisesigpipe(void);