(c int32, t *Timespec)
| 138 | |
| 139 | func ByteSliceToString(b []byte) string { return unix.ByteSliceToString(b) } |
| 140 | func ClockGettime(c int32, t *Timespec) error { return unix.ClockGettime(c, t) } |
| 141 | func Close(fd int) (err error) { return unix.Close(fd) } |
| 142 | func ErrnoName(e syscall.Errno) string { return unix.ErrnoName(e) } |
| 143 | func Poll(f []PollFd, t int) (int, error) { return unix.Poll(f, t) } |
no outgoing calls
no test coverage detected
searching dependent graphs…