mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-26 13:48:59 +08:00
8 lines
98 B
Go
8 lines
98 B
Go
![]() |
// +build freebsd
|
||
|
|
||
|
package load
|
||
|
|
||
|
func getForkStat() (forkstat, error) {
|
||
|
return forkstat{}, nil
|
||
|
}
|