//go:build !windows

package sysfs

import (
	

	
)

func fsync( *os.File) sys.Errno {
	return sys.UnwrapOSError(.Sync())
}