aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-19 22:04:24 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-19 22:04:24 +0000
commita867cf026506dfb2bb530df74ead69eac5e62b51 (patch)
tree4f0299cb148b7ecea5985aa35428ea97691083f5 /lib/System
parent02f20d3d9bd99b2f5ffd7bfd96dc3f366645abd9 (diff)
downloadexternal_llvm-a867cf026506dfb2bb530df74ead69eac5e62b51.zip
external_llvm-a867cf026506dfb2bb530df74ead69eac5e62b51.tar.gz
external_llvm-a867cf026506dfb2bb530df74ead69eac5e62b51.tar.bz2
Unbreak Darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r--lib/System/DynamicLibrary.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/System/DynamicLibrary.cpp b/lib/System/DynamicLibrary.cpp
index b84c40f..8a1dec2 100644
--- a/lib/System/DynamicLibrary.cpp
+++ b/lib/System/DynamicLibrary.cpp
@@ -191,9 +191,6 @@ void* DynamicLibrary::SearchForAddressOfSymbol(const char* symbolName) {
#ifndef stderr
EXPLICIT_SYMBOL(stderr);
#endif
-#ifndef errno
- EXPLICIT_SYMBOL(errno);
-#endif
}
#endif
#undef EXPLICIT_SYMBOL