Add support for Solaris / Illumos.

pull/139/head
Jasper Siepkes 6 years ago
parent 92020a042c
commit 0326e1c745
No known key found for this signature in database
GPG Key ID: 26561247092EC4D2
  1. 2
      absl/base/config.h

@ -268,7 +268,7 @@
#error ABSL_HAVE_MMAP cannot be directly set
#elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || \
defined(__ros__) || defined(__native_client__) || defined(__asmjs__) || \
defined(__wasm__) || defined(__Fuchsia__)
defined(__wasm__) || defined(__Fuchsia__) || defined(__sun)
#define ABSL_HAVE_MMAP 1
#endif

Loading…
Cancel
Save