mirror of
https://github.com/containers/podman.git
synced 2025-08-14 02:41:34 +08:00

This introduces a local type rlimT which is used to convert runtime-spec POSIXRlimit to platform-specific Rlimit structures - on FreeBSD rlimit members are signed integers. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
7 lines
87 B
Go
7 lines
87 B
Go
//go:build linux || darwin
|
|
// +build linux darwin
|
|
|
|
package generate
|
|
|
|
type rlimT uint64
|