projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5096503
)
Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly protecte...
author
David Meyer
<pdox@google.com>
Thu, 20 Oct 2011 21:57:46 +0000
(21:57 +0000)
committer
David Meyer
<pdox@google.com>
Thu, 20 Oct 2011 21:57:46 +0000
(21:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142623
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/MemoryBuffer.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/MemoryBuffer.cpp
b/lib/Support/MemoryBuffer.cpp
index 0771af5fee0748333a6f1f15f567eafeee87c48c..cc3f6a8a48737800501ca1908d018408068bcf86 100644
(file)
--- a/
lib/Support/MemoryBuffer.cpp
+++ b/
lib/Support/MemoryBuffer.cpp
@@
-29,7
+29,6
@@
#include <sys/stat.h>
#if !defined(_MSC_VER) && !defined(__MINGW32__)
#include <unistd.h>
-#include <sys/uio.h>
#else
#include <io.h>
#endif