github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/libcontainer/compat_1.5_linux.go (about)

     1  // +build linux,!go1.5
     2  
     3  package libcontainer
     4  
     5  import "syscall"
     6  
     7  // GidMappingsEnableSetgroups was added in Go 1.5, so do nothing when building
     8  // with earlier versions
     9  func enableSetgroups(sys *syscall.SysProcAttr) {
    10  }