IoctlPtpSysOffsetExtendedClock is not supported on non-linux.
(_ int, _ uint32, _ uint)
| 60 | |
| 61 | // IoctlPtpSysOffsetExtendedClock is not supported on non-linux. |
| 62 | func IoctlPtpSysOffsetExtendedClock(_ int, _ uint32, _ uint) (*PtpSysOffsetExtended, error) { |
| 63 | return nil, errors.New("unsupported on this platform") |
| 64 | } |
| 65 | |
| 66 | // IoctlPtpSysOffsetPrecise is not supported on non-linux. |
| 67 | func IoctlPtpSysOffsetPrecise(_ int) (*PtpSysOffsetPrecise, error) { |
no outgoing calls
no test coverage detected
searching dependent graphs…