// +build windows
package gopsutil
func (l Load) LoadAvg() (LoadAvg, error) {
ret := LoadAvg{}
return ret, nil
}