sing-box/debug_stub.go

8 lines
87 B
Go

//go:build !(linux || darwin)
package box
func rusageMaxRSS() float64 {
return -1
}