github.com/thanos-io/thanos@v0.32.5/pkg/testutil/e2eutil/sysprocattr.go (about)

     1  // Copyright (c) The Thanos Authors.
     2  // Licensed under the Apache License 2.0.
     3  
     4  //go:build !linux
     5  // +build !linux
     6  
     7  package e2eutil
     8  
     9  import "syscall"
    10  
    11  func SysProcAttr() *syscall.SysProcAttr {
    12  	return &syscall.SysProcAttr{}
    13  }