| // Copyright 2011 The Go Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| typedef byte* kevent_udata; |
| int32 runtime·thr_new(ThrParam*, int32); |
| void runtime·sigpanic(void); |
| void runtime·sigaltstack(SigaltstackT*, SigaltstackT*); |
| void runtime·sigaction(int32, struct sigaction*, struct sigaction*); |
| void runtime·sigprocmask(Sigset *, Sigset *); |
| void runtime·unblocksignals(void); |
| void runtime·setitimer(int32, Itimerval*, Itimerval*); |
| int32 runtime·sysctl(uint32*, uint32, byte*, uintptr*, byte*, uintptr); |
| typedef struct Rlimit Rlimit; |
| int32 runtime·getrlimit(int32, Rlimit*); |