mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 15:14:38 +00:00
Closes: https://bugs.gentoo.org/715248 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
11 lines
294 B
Diff
11 lines
294 B
Diff
--- a/src/libshared/src/FS.cpp
|
|
+++ b/src/libshared/src/FS.cpp
|
|
@@ -41,7 +41,7 @@
|
|
#include <shared.h>
|
|
#include <format.h>
|
|
|
|
-#if defined SOLARIS || defined NETBSD || defined FREEBSD
|
|
+#if defined SOLARIS || defined NETBSD || defined FREEBSD || !defined(__GLIBC__)
|
|
#include <limits.h>
|
|
#endif
|
|
|