mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 15:59:03 +00:00
committed by
GitHub
parent
46255db86f
commit
aa70c06d8f
@@ -209,7 +209,7 @@ static std::string _err_msg(int err, int level)
|
|||||||
|
|
||||||
#if (defined(__ANDROID__) && __ANDROID_API__ < 23) \
|
#if (defined(__ANDROID__) && __ANDROID_API__ < 23) \
|
||||||
|| ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) \
|
|| ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) \
|
||||||
|| (defined(_GNU_SOURCE) && !defined(__GLIBC__))
|
|| (defined(_GNU_SOURCE) && !defined(__GLIBC__) && !defined(__USE_GNU))
|
||||||
|
|
||||||
// XSI version of strerror_r.
|
// XSI version of strerror_r.
|
||||||
#warning Not tested!
|
#warning Not tested!
|
||||||
|
|||||||
Reference in New Issue
Block a user