Merge pull request #5799 from ffontaine/main

uucore: add support for sparc64
This commit is contained in:
Daniel Hofstetter
2024-01-06 14:29:46 +01:00
committed by GitHub
+2
View File
@@ -121,6 +121,7 @@ impl FileInformation {
not(target_arch = "aarch64"),
not(target_arch = "riscv64"),
not(target_arch = "loongarch64"),
not(target_arch = "sparc64"),
target_pointer_width = "64"
))]
return self.0.st_nlink;
@@ -137,6 +138,7 @@ impl FileInformation {
target_arch = "aarch64",
target_arch = "riscv64",
target_arch = "loongarch64",
target_arch = "sparc64",
not(target_pointer_width = "64")
)
))]