From fad946221cec37175e762c399760f54b9de9a9fa Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 7 Dec 2023 13:34:06 -0800 Subject: Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build. PiperOrigin-RevId: 588893303 Change-Id: I3f9278f2f7f0bc4b8903a87cb4a740daf7349755 --- absl/base/internal/raw_logging.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'absl/base/internal/raw_logging.cc') diff --git a/absl/base/internal/raw_logging.cc b/absl/base/internal/raw_logging.cc index 69b94265..d32b40a8 100644 --- a/absl/base/internal/raw_logging.cc +++ b/absl/base/internal/raw_logging.cc @@ -42,8 +42,9 @@ // This preprocessor token is also defined in raw_io.cc. If you need to copy // this, consider moving both to config.h instead. #if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || \ - defined(__Fuchsia__) || defined(__native_client__) || \ - defined(__OpenBSD__) || defined(__EMSCRIPTEN__) || defined(__ASYLO__) + defined(__hexagon__) || defined(__Fuchsia__) || \ + defined(__native_client__) || defined(__OpenBSD__) || \ + defined(__EMSCRIPTEN__) || defined(__ASYLO__) #include -- cgit v1.2.3