Support atomic directory promotion across platforms

This commit is contained in:
2026-08-10 01:58:52 +00:00
parent ef8dae776e
commit 665039f4dc
14 changed files with 215 additions and 36 deletions

View File

@@ -0,0 +1,7 @@
//go:build !linux && !darwin && !windows
package fileops
func syncDirectory(string) error {
return checkAtomicDirectoryPromotionSupport()
}