[PATCH] D47866: [Fuzzer] Update the header path for fdio/spawn.h on Fuchsia

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 11:45:51 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL334213: [Fuzzer] Update the header path for fdio/spawn.h on Fuchsia (authored by phosek, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D47866?vs=150256&id=150373#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D47866

Files:
  compiler-rt/trunk/lib/fuzzer/FuzzerUtilFuchsia.cpp


Index: compiler-rt/trunk/lib/fuzzer/FuzzerUtilFuchsia.cpp
===================================================================
--- compiler-rt/trunk/lib/fuzzer/FuzzerUtilFuchsia.cpp
+++ compiler-rt/trunk/lib/fuzzer/FuzzerUtilFuchsia.cpp
@@ -18,7 +18,7 @@
 #include <cinttypes>
 #include <cstdint>
 #include <fcntl.h>
-#include <fdio/spawn.h>
+#include <lib/fdio/spawn.h>
 #include <string>
 #include <sys/select.h>
 #include <thread>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47866.150373.patch
Type: text/x-patch
Size: 433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180607/69501f53/attachment.bin>


More information about the llvm-commits mailing list