Skip to content

Commit ac2fa92

Browse files
committed
[openmp] Remove Android 4 support
1 parent 6045146 commit ac2fa92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openmp/runtime/src/kmp_i18n.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,8 +709,7 @@ static char *sys_error(int err) {
709709
*/
710710

711711
#if (defined(__GLIBC__) && defined(_GNU_SOURCE)) || \
712-
(defined(__BIONIC__) && defined(_GNU_SOURCE) && \
713-
__ANDROID_API__ >= __ANDROID_API_M__)
712+
(defined(__BIONIC__) && defined(_GNU_SOURCE))
714713
// GNU version of strerror_r.
715714

716715
char buffer[2048];

0 commit comments

Comments
 (0)