func syscall.Getrlimit
2 uses
syscall (current package)
zsyscall_darwin_arm64.go#L848: func Getrlimit(which int, lim *Rlimit) (err error) {
net
lookup_unix.go#L343: if err := syscall.Getrlimit(syscall.RLIMIT_NOFILE, &rlim); err != nil {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)