This website requires JavaScript.
Explore
Help
Sign In
GOMODULES
/
bbolt
mirror of
https://github.com/etcd-io/bbolt.git
Watch
1
Star
0
Fork
You've already forked bbolt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
383ddb246a
bbolt
/
syscall.go
10 lines
99 B
Go
Raw
Blame
History
// +build !linux
package
bolt
import
"os"
func
fdatasync
(
f
*
os
.
File
)
error
{
return
f
.
Sync
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink