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

11 lines
133 B
Go
Raw Normal View History

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