github.com/ncruces/go-sqlite3@v0.15.1-0.20240520133447-53eef1510ff0/vfs/os_std_atomic.go (about)

     1  //go:build !linux || !(amd64 || arm64 || riscv64) || sqlite3_nosys
     2  
     3  package vfs
     4  
     5  import "os"
     6  
     7  func osBatchAtomic(*os.File) bool {
     8  	return false
     9  }