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

10 lines
113 B
Go
Raw Normal View History

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