v2ray-core/main/json/config_json_other.go

10 lines
111 B
Go

// +build !windows
package json
import "syscall"
func getSysProcAttr() *syscall.SysProcAttr {
return nil
}