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