mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 01:15:44 +00:00
Add missing symbols for freebsd and freebsd/amd64. [NO NEW TESTS NEEDED] Signed-off-by: Doug Rabson <dfr@rabson.org>
8 lines
115 B
Go
8 lines
115 B
Go
//go:build freebsd
|
|
// +build freebsd
|
|
|
|
package machine
|
|
|
|
func getLocalTimeZone() (string, error) {
|
|
return "", nil
|
|
}
|