Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in ↵ | NAKAMURA Takumi | 2011-02-09 | 1 | -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. Spencer | 2010-11-29 | 1 | -0/+74 |
llvm-svn: 120298 |