summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Errno.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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