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 ea2bc2c commit d377b52Copy full SHA for d377b52
src/unix/bsd/mod.rs
@@ -632,7 +632,10 @@ extern "C" {
632
egid: *mut ::gid_t,
633
) -> ::c_int;
634
635
- #[cfg_attr(target_os = "macos", link_name = "glob$INODE64")]
+ #[cfg_attr(
636
+ all(target_os = "macos", not(target_arch = "aarch64")),
637
+ link_name = "glob$INODE64")
638
+ ]
639
#[cfg_attr(target_os = "netbsd", link_name = "__glob30")]
640
#[cfg_attr(
641
all(target_os = "freebsd", any(freebsd11, freebsd10)),
0 commit comments