Skip to content

Commit

Permalink
Xtensa supports mmap, enable it in absl/base/config.h
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688971140
Change-Id: I11283c77c3df8fc9b964bfb58a46211b8783cdb4
  • Loading branch information
Abseil Team authored and copybara-github committed Oct 23, 2024
1 parent 94e64f0 commit 0b78b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion absl/base/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' ||
defined(__asmjs__) || defined(__EMSCRIPTEN__) || defined(__Fuchsia__) || \
defined(__sun) || defined(__myriad2__) || defined(__HAIKU__) || \
defined(__OpenBSD__) || defined(__NetBSD__) || defined(__QNX__) || \
defined(__VXWORKS__) || defined(__hexagon__)
defined(__VXWORKS__) || defined(__hexagon__) || defined(__XTENSA__)
#define ABSL_HAVE_MMAP 1
#endif

Expand Down

0 comments on commit 0b78b5b

Please sign in to comment.