aboutsummaryrefslogtreecommitdiff
path: root/lib/System/DynamicLibrary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/DynamicLibrary.cpp')
-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 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