diff options
Diffstat (limited to 'src/pkg/runtime/os_openbsd.h')
| -rw-r--r-- | src/pkg/runtime/os_openbsd.h | 2 |
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); |
