summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/os_openbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/os_openbsd.h')
-rw-r--r--src/pkg/runtime/os_openbsd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/runtime/os_openbsd.h b/src/pkg/runtime/os_openbsd.h
index dbfa4b69f..4746b314f 100644
--- a/src/pkg/runtime/os_openbsd.h
+++ b/src/pkg/runtime/os_openbsd.h
@@ -8,6 +8,8 @@
#define SIG_UNBLOCK 2
#define SIG_SETMASK 3
+typedef byte* kevent_udata;
+
struct sigaction;
void runtime·sigpanic(void);