//go:build !linux && !darwin && !windows package fileops func syncDirectory(string) error { return checkAtomicDirectoryPromotionSupport() }