mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 06:12:14 +01:00
14 lines
612 B
Diff
14 lines
612 B
Diff
diff --git a/include/flatbuffers/base.h b/include/flatbuffers/base.h
|
|
index ac8db35..859e780 100644
|
|
--- a/include/flatbuffers/base.h
|
|
+++ b/include/flatbuffers/base.h
|
|
@@ -270,7 +270,7 @@ namespace flatbuffers {
|
|
// strtoull_l}.
|
|
#if (defined(_MSC_VER) && _MSC_VER >= 1800) || \
|
|
(defined(__ANDROID_API__) && __ANDROID_API__>= 21) || \
|
|
- (defined(_XOPEN_VERSION) && (_XOPEN_VERSION >= 700)) && \
|
|
+ (defined(__GLIBC__) && defined(_XOPEN_VERSION) && (_XOPEN_VERSION >= 700)) && \
|
|
(!defined(__Fuchsia__) && !defined(__ANDROID_API__))
|
|
#define FLATBUFFERS_LOCALE_INDEPENDENT 1
|
|
#else
|