1 // +build freebsd 2 3 package load 4 5 func getForkStat() (forkstat, error) { 6 return forkstat{}, nil 7 } 8
View as plain text