ClockSettime is not supported on non-linux.
(_ int32, _ *Timespec)
| 55 | |
| 56 | // ClockSettime is not supported on non-linux. |
| 57 | func ClockSettime(_ int32, _ *Timespec) error { |
| 58 | return errors.New("clock settime is unsupported on this platform") |
| 59 | } |
| 60 | |
| 61 | // IoctlPtpSysOffsetExtendedClock is not supported on non-linux. |
| 62 | func IoctlPtpSysOffsetExtendedClock(_ int, _ uint32, _ uint) (*PtpSysOffsetExtended, error) { |
no outgoing calls
no test coverage detected
searching dependent graphs…