@@ -360,7 +360,6 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' ||
360360// Darwin (macOS and iOS) __APPLE__
361361// Akaros (http://akaros.org) __ros__
362362// Windows _WIN32
363- // NaCL __native_client__
364363// AsmJS __asmjs__
365364// WebAssembly (Emscripten) __EMSCRIPTEN__
366365// Fuchsia __Fuchsia__
@@ -375,12 +374,12 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' ||
375374// POSIX.1-2001.
376375#ifdef ABSL_HAVE_MMAP
377376#error ABSL_HAVE_MMAP cannot be directly set
378- #elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || \
379- defined (_AIX) || defined(__ros__) || defined(__native_client__ ) || \
380- defined(__asmjs__ ) || defined(__EMSCRIPTEN__ ) || defined(__Fuchsia__ ) || \
381- defined(__sun ) || defined(__myriad2__ ) || defined(__HAIKU__ ) || \
382- defined(__OpenBSD__ ) || defined(__NetBSD__ ) || defined(__QNX__ ) || \
383- defined(__VXWORKS__) || defined( __hexagon__) || defined(__XTENSA__) || \
377+ #elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || \
378+ defined (_AIX) || defined(__ros__) || defined(__asmjs__ ) || \
379+ defined(__EMSCRIPTEN__ ) || defined(__Fuchsia__ ) || defined(__sun ) || \
380+ defined(__myriad2__ ) || defined(__HAIKU__ ) || defined(__OpenBSD__ ) || \
381+ defined(__NetBSD__ ) || defined(__QNX__ ) || defined(__VXWORKS__ ) || \
382+ defined(__hexagon__) || defined(__XTENSA__) || \
384383 defined(_WASI_EMULATED_MMAN)
385384#define ABSL_HAVE_MMAP 1
386385#endif
@@ -457,8 +456,6 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' ||
457456// WASI doesn't support signals
458457#elif defined(__Fuchsia__)
459458// Signals don't exist on fuchsia.
460- #elif defined(__native_client__)
461- // Signals don't exist on hexagon/QuRT
462459#elif defined(__hexagon__)
463460#else
464461// other standard libraries
0 commit comments