Fix #5778 for INTEGRITY operating system

[SVN r73775]
This commit is contained in:
Beman Dawes
2011-08-15 14:34:04 +00:00
parent 322e46fc49
commit 5c3a2b0481

View File

@ -84,6 +84,7 @@ namespace
# if defined(BOOST_WINDOWS_API) || defined(__hpux) || defined(__sun)\
|| (defined(__linux) && (!defined(__USE_XOPEN2K) || defined(BOOST_SYSTEM_USE_STRERROR)))\
|| (defined(__osf__) && !defined(_REENTRANT))\
|| (defined(__INTEGRITY))\
|| (defined(__vms))\
|| (defined(__QNXNTO__))
const char * c_str = std::strerror( ev );