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