mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00

This should never be pulled into the remote client. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
7 lines
87 B
Go
7 lines
87 B
Go
//go:build !remote && linux
|
|
// +build !remote,linux
|
|
|
|
package libpod
|
|
|
|
type rlimT uint64
|