Merge pull request #1003 from ajacoutot/v3-process-openbsd

v3/process: unbreak on OpenBSD
tags/v3.20.11
Lomanic 4 years ago committed by GitHub
commit ca10f91f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -241,7 +241,7 @@ func (p *Process) MemoryInfoWithContext(ctx context.Context) (*MemoryInfoStat, e
if err != nil {
return nil, err
}
pageSize, err := mem.GetpageSizeWithContext(ctx)
pageSize, err := mem.GetPageSizeWithContext(ctx)
if err != nil {
return nil, err
}

Loading…
Cancel
Save