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 662ad52 + 046bed5 commit 0cbd33dCopy full SHA for 0cbd33d
src/unix/linux_like/linux/musl/mod.rs
@@ -687,6 +687,7 @@ pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4;
687
pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8;
688
pub const __SIZEOF_PTHREAD_BARRIERATTR_T: usize = 4;
689
690
+// FIXME(musl): Value is 1024 for all architectures since 1.2.4
691
#[cfg(not(target_arch = "loongarch64"))]
692
pub const CPU_SETSIZE: c_int = 128;
693
#[cfg(target_arch = "loongarch64")]
0 commit comments