summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/DynamicLibrary.cpp
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
commit9f900c1f924bfe60d28f2be56ca2cb5101e49332 (patch)
tree2bd21da1604192ea3db2bc5c891bee98dd4333af /llvm/lib/System/DynamicLibrary.cpp
parenta96084901c638ecc99cc4552180961cd6bdbcfc6 (diff)
downloadbcm5719-llvm-9f900c1f924bfe60d28f2be56ca2cb5101e49332.tar.gz
bcm5719-llvm-9f900c1f924bfe60d28f2be56ca2cb5101e49332.zip
Unbreak Darwin.
llvm-svn: 33375
Diffstat (limited to 'llvm/lib/System/DynamicLibrary.cpp')
-rw-r--r--llvm/lib/System/DynamicLibrary.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/System/DynamicLibrary.cpp b/llvm/lib/System/DynamicLibrary.cpp
index b84c40fb308..8a1dec2169b 100644
--- a/llvm/lib/System/DynamicLibrary.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud