We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2b0b4f + 9857684 commit 301790eCopy full SHA for 301790e
libc-test/semver/linux-aarch64.txt
@@ -38,6 +38,8 @@ BPF_W
38
BPF_X
39
BPF_XOR
40
CIBAUD
41
+FICLONE
42
+FICLONERANGE
43
MADV_SOFT_OFFLINE
44
MAP_SYNC
45
SIGSTKFLT
src/unix/linux_like/linux/arch/generic/mod.rs
@@ -106,7 +106,9 @@ cfg_if! {
106
}
107
108
cfg_if! {
109
- if #[cfg(any(target_arch = "x86", target_arch = "x86_64"))] {
+ if #[cfg(any(target_arch = "x86",
110
+ target_arch = "x86_64",
111
+ target_arch = "aarch64"))] {
112
pub const FICLONE: ::c_ulong = 0x40049409;
113
pub const FICLONERANGE: ::c_ulong = 0x4020940D;
114
0 commit comments