Skip to content

Commit

Permalink
Fix build breakage introduced by #1911 (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshmih authored May 7, 2024
1 parent 46255db commit aa70c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_common/harness/os_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit aa70c06

Please sign in to comment.