src.elv.sh@v0.21.0-dev.0.20240515223629-06979efb9a2a/pkg/mods/unix/testexport_test.go (about)

     1  //go:build unix
     2  
     3  package unix
     4  
     5  type RlimT = rlimT
     6  
     7  var (
     8  	GetRlimit = &getRlimit
     9  	SetRlimit = &setRlimit
    10  )