summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Errno.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Oops, I #included errno.h from inside the llvm::sys namespace.Jeffrey Yasskin2009-07-061-1/+4
| | | | llvm-svn: 74834
* Fix windows build, patch by Howard Su.Duncan Sands2009-07-021-2/+2
| | | | llvm-svn: 74697
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-0/+71
Windows variant, strerror_s, but I couldn't test that. I'll update configure and config.h.in in a subsequent patch. llvm-svn: 74621
OpenPOWER on IntegriCloud