summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Errno.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace the use of strncpy() and sprintf() with std::string and LLVM streams.Dmitri Gribenko2012-09-281-4/+7
| | | | | | Patch by Martinez, Javier E. llvm-svn: 164822
* llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().NAKAMURA Takumi2012-06-241-1/+1
| | | | | | FYI, two arguments of strerror_s() is provided in C++ on msvc. llvm-svn: 159103
* lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in ↵NAKAMURA Takumi2011-02-091-1/+1
| | | | | | | | | | config.h.*. AC_CHECK_FUNCS seeks a symbol only in libs. We should check the declaration in string.h. FIXME: I have never seen mingw(s) have strerror_s() (not _strerror_s()). FIXME: Autoconf/CMake may seek strerror_s() with the definition MINGW_HAS_SECURE_API in future. llvm-svn: 125172
* Merge System into Support.Michael J. Spencer2010-11-291-0/+74
llvm-svn: 120298
OpenPOWER on IntegriCloud