View | Details | Raw Unified | Return to bug 51325
Collapse All | Expand All

(-)a/cosmic-settings-1.0.0-alt-linux-raw-sys-char-loongarch64.patch (-1 / +12 lines)
Line 0 Link Here
0
- 
1
Valid util linux-raw-sys 0.6.5 version
2
3
--- a/cosmic-settings-1.0.0.alpha.1-cargo/vendor/linux-raw-sys/src/lib.rs
4
+++ b/cosmic-settings-1.0.0.alpha.1-cargo/vendor/linux-raw-sys/src/lib.rs
5
@@ -20,6 +20,7 @@ pub mod ctypes {
6
     ))]
7
     pub type c_char = c_uchar;
8
     #[cfg(any(
9
+        target_arch = "loongarch64",
10
         target_arch = "mips",
11
         target_arch = "mips64",
12
         target_arch = "sparc64",

Return to bug 51325