mirror of
https://github.com/clearlinux/rkt.git
synced 2026-08-22 23:37:00 +00:00
6e3989f59a
As syncfs is neither provided by golang syscall package nor by golang.org/x/sys/unix adds a local syncfs syscall implementation. By now the syscall numbers for linux amd64, 386 and arm architectures are provided.