mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 01:15:44 +00:00
This should never be pulled into the remote client. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
6 lines
87 B
Go
6 lines
87 B
Go
//go:build !remote && linux
|
|
// +build !remote,linux
|
|
|
|
package libpod
|
|
|
|
type rlimT uint64
|