mirror of
https://github.com/clearlinux/rkt.git
synced 2026-09-03 20:31:35 +00:00
Merge pull request #934 from glevand/for-merge-1
pkg: arm64 support for pkg/sys
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// +build linux,arm64
|
||||
|
||||
package sys
|
||||
|
||||
import "syscall"
|
||||
|
||||
const (
|
||||
SYS_SYNCFS = syscall.SYS_SYNCFS
|
||||
)
|
||||
Reference in New Issue
Block a user