Files
kubernetes/vendor/github.com/opencontainers/runc/libcontainer/system/rlimit_stub.go
Akhil Mohan 322ec75fd1 dependencies: update runc to v1.1.13
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
2024-06-20 23:11:19 +05:30

8 lines
104 B
Go

//go:build !go1.19
package system
import "syscall"
func ClearRlimitNofileCache(_ *syscall.Rlimit) {}