mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-01 05:08:10 -07:00
in file src/lib/eina/eina_file_posix.c 1. __USE_MISC is a glibc-specific macro, use of it has been removed in upstream (e.g for 1.28.0), defined here for simplicity. 2. ino64_t is available only if _LARGEFILE64_SOURCE is defined Closes: https://bugs.gentoo.org/928586 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40344 Signed-off-by: Joonas Niilola <juippis@gentoo.org>