diff options
Diffstat (limited to 'src/pkg/runtime/freebsd/os.h')
-rw-r--r-- | src/pkg/runtime/freebsd/os.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pkg/runtime/freebsd/os.h b/src/pkg/runtime/freebsd/os.h index 441737865..47bf7d56f 100644 --- a/src/pkg/runtime/freebsd/os.h +++ b/src/pkg/runtime/freebsd/os.h @@ -1 +1,5 @@ int32 thr_new(ThrParam*, int32); +void sigpanic(void); +void sigaltstack(Sigaltstack*, Sigaltstack*); +struct sigaction; +void sigaction(int32, struct sigaction*, struct sigaction*); |