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.
1 parent 2a4d438 commit a5a426dCopy full SHA for a5a426d
src/unix/linux_like/linux/arch/generic/mod.rs
@@ -95,6 +95,7 @@ cfg_if! {
95
if #[cfg(all(any(target_arch = "x86",
96
target_arch = "x86_64",
97
target_arch = "aarch64",
98
+ target_arch = "csky",
99
target_arch = "loongarch64"),
100
not(any(target_env = "musl", target_env = "ohos"))))] {
101
pub const SO_TIMESTAMP_NEW: ::c_int = 63;
@@ -115,6 +116,7 @@ cfg_if! {
115
116
117
target_arch = "riscv64",
118
target_arch = "s390x",
119
120
target_arch = "loongarch64"))] {
121
pub const FICLONE: ::c_ulong = 0x40049409;
122
pub const FICLONERANGE: ::c_ulong = 0x4020940D;
0 commit comments