IoctlPtpSysOffsetPrecise is not supported on non-linux.
(_ int)
| 65 | |
| 66 | // IoctlPtpSysOffsetPrecise is not supported on non-linux. |
| 67 | func IoctlPtpSysOffsetPrecise(_ int) (*PtpSysOffsetPrecise, error) { |
| 68 | return nil, errors.New("unsupported on this platform") |
| 69 | } |
| 70 | |
| 71 | // IoctlPtpClockGetcaps is not supported on non-linux. |
| 72 | func IoctlPtpClockGetcaps(_ int) (*PtpClockCaps, error) { |
no outgoing calls
no test coverage detected
searching dependent graphs…