1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:21:24 -06:00
go/src/pkg/runtime/freebsd/os.h
2010-04-08 21:13:42 -07:00

6 lines
179 B
C

int32 thr_new(ThrParam*, int32);
void sigpanic(void);
void sigaltstack(Sigaltstack*, Sigaltstack*);
struct sigaction;
void sigaction(int32, struct sigaction*, struct sigaction*);