[libcxx-commits] [PATCH] D61336: [WebAssembly] WASI support for libcxx

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 30 14:31:26 PDT 2019


ldionne added inline comments.


================
Comment at: src/random.cpp:28
 #if defined(_LIBCPP_USING_GETENTROPY)
+#if defined(__APPLE__)
 #include <sys/random.h>
----------------
If Fuchsia also needs this change, how come is the code working right now? I'm trying to understand the reason for this change.



Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61336/new/

https://reviews.llvm.org/D61336





More information about the libcxx-commits mailing list