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