Xray-core/common/platform/ctlcmd/attr_other.go

11 lines
133 B
Go
Raw Permalink Normal View History

2021-09-20 21:00:55 +08:00
//go:build !windows
2020-11-25 19:01:53 +08:00
// +build !windows
package ctlcmd
import "syscall"
func getSysProcAttr() *syscall.SysProcAttr {
return nil
}