Skip to content

Commit

Permalink
Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588893303
Change-Id: I3f9278f2f7f0bc4b8903a87cb4a740daf7349755
  • Loading branch information
Abseil Team authored and copybara-github committed Dec 7, 2023
1 parent 0ef87fa commit fad9462
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions absl/base/internal/raw_logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <unistd.h>

Expand Down

0 comments on commit fad9462

Please # to comment.