diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-19 22:04:24 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-19 22:04:24 +0000 |
commit | a867cf026506dfb2bb530df74ead69eac5e62b51 (patch) | |
tree | 4f0299cb148b7ecea5985aa35428ea97691083f5 /lib/System | |
parent | 02f20d3d9bd99b2f5ffd7bfd96dc3f366645abd9 (diff) |
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.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/System/DynamicLibrary.cpp b/lib/System/DynamicLibrary.cpp index b84c40fb30..8a1dec2169 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 |