mirror of
https://github.com/containers/podman.git
synced 2025-07-31 12:22:29 +08:00

Add missing symbols for freebsd and freebsd/amd64. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
9 lines
115 B
Go
9 lines
115 B
Go
//go:build freebsd
|
|
// +build freebsd
|
|
|
|
package machine
|
|
|
|
func getLocalTimeZone() (string, error) {
|
|
return "", nil
|
|
}
|