ClockAdjtime is not supported on non-linux.
(_ int32, _ *Timex)
| 45 | |
| 46 | // ClockAdjtime is not supported on non-linux. |
| 47 | func ClockAdjtime(_ int32, _ *Timex) (int, error) { |
| 48 | return 0, errors.New("clock adjtime is unsupported on this platform") |
| 49 | } |
| 50 | |
| 51 | // Adjtimex is not supported on non-linux. |
| 52 | func Adjtimex(_ *Timex) (int, error) { |
no outgoing calls
no test coverage detected
searching dependent graphs…