diff options
Diffstat (limited to 'src/pkg/runtime/os_freebsd.h')
-rw-r--r-- | src/pkg/runtime/os_freebsd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/runtime/os_freebsd.h b/src/pkg/runtime/os_freebsd.h index e9be1362c..c1853e65d 100644 --- a/src/pkg/runtime/os_freebsd.h +++ b/src/pkg/runtime/os_freebsd.h @@ -4,6 +4,8 @@ #define SS_DISABLE 4 +typedef byte* kevent_udata; + int32 runtime·thr_new(ThrParam*, int32); void runtime·sigpanic(void); void runtime·sigaltstack(Sigaltstack*, Sigaltstack*); |