FdToClockID is not supported on non-linux.
(_ int)
| 42 | |
| 43 | // FdToClockID is not supported on non-linux. |
| 44 | func FdToClockID(_ int) int32 { return 0 } |
| 45 | |
| 46 | // ClockAdjtime is not supported on non-linux. |
| 47 | func ClockAdjtime(_ int32, _ *Timex) (int, error) { |
no outgoing calls
no test coverage detected
searching dependent graphs…