aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/System/DynamicLibrary.cpp
diff options
context:
space:
mode:
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 b84c40f..8a1dec21 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