[Rpm-maint] [rpm-software-management/rpm] Fix stat64 handling on Intel macOS (PR #1897)
Carlo Cabrera
notifications at github.com
Tue Jan 25 04:55:08 UTC 2022
@carlocab commented on this pull request.
> +/* Needed for _DARWIN_FEATURE_ONLY_64_BIT_INODE check below. */
+#if defined(__APPLE__)
+#include <sys/cdefs.h>
+#endif
We can avoid this `#include` by checking for `__aarch64__` instead of `_DARWIN_FEATURE_ONLY_64_BIT_INODE`, but an architecture check here seems a bit hacky. I'm willing to change it though if desired.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1897#pullrequestreview-861782470
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/1897/review/861782470 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220124/f0afb2c5/attachment.html>
More information about the Rpm-maint
mailing list