summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp
diff options
context:
space:
mode:
authorMarcos Pividori <mpividori@google.com>2016-12-16 17:35:21 +0000
committerMarcos Pividori <mpividori@google.com>2016-12-16 17:35:21 +0000
commit3b04af2420e301d8e5a47f17d6943b855a19101c (patch)
treedf1114d4e3eb7adf1d1fdc31406ab1d8c6ea3177 /llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp
parent6a7e4c2e202629c9d60719d7ee0fea4b9eb52c93 (diff)
downloadbcm5719-llvm-3b04af2420e301d8e5a47f17d6943b855a19101c.tar.gz
bcm5719-llvm-3b04af2420e301d8e5a47f17d6943b855a19101c.zip
[libFuzzer] Remove unnecessary includes of posix headers.
Remove includes of "unistd.h" header, which is missing in non posix systems. Differential Revision: https://reviews.llvm.org/D277300 llvm-svn: 289965
Diffstat (limited to 'llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp')
-rw-r--r--llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp b/llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp
index 18949c7c8c9..078a39ee1fe 100644
--- a/llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp
+++ b/llvm/lib/Fuzzer/test/OutOfMemoryTest.cpp
@@ -9,7 +9,6 @@
#include <cstring>
#include <iostream>
#include <thread>
-#include <unistd.h>
static volatile char *SinkPtr;
OpenPOWER on IntegriCloud