Unbreak Darwin.

llvm-svn: 33375
This commit is contained in:
Reid Spencer 2007-01-19 22:04:24 +00:00
parent a96084901c
commit 9f900c1f92
1 changed files with 0 additions and 3 deletions

View File

@ -190,9 +190,6 @@ void* DynamicLibrary::SearchForAddressOfSymbol(const char* symbolName) {
#endif
#ifndef stderr
EXPLICIT_SYMBOL(stderr);
#endif
#ifndef errno
EXPLICIT_SYMBOL(errno);
#endif
}
#endif