mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +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) \
|
||||
|| ((_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.
|
||||
#warning Not tested!
|
||||
|
||||
Reference in New Issue
Block a user