DEBSOURCES
Skip Quicknav
sources / golang-github-cilium-ebpf / 0.17.3%2Bds1-1 / rlimit / rlimit_other.go
123456
//go:build !linux package rlimit // RemoveMemlock is a no-op on platforms other than Linux. func RemoveMemlock() error { return nil }