Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: native_client_sdk/src/libraries/nacl_io/syscalls/socket/gai_strerror.c

Issue 1243823002: [NaCl SDK] Second phase of enable glibc arm toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reenable_irtext
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/nacl_io/syscalls/socket/gai_strerror.c
diff --git a/native_client_sdk/src/libraries/nacl_io/syscalls/socket/gai_strerror.c b/native_client_sdk/src/libraries/nacl_io/syscalls/socket/gai_strerror.c
index db581b41cefea8f9435556f9c17618bc2475c5c1..23521e1afba0d3a8f20577a3bebae2552feee725 100644
--- a/native_client_sdk/src/libraries/nacl_io/syscalls/socket/gai_strerror.c
+++ b/native_client_sdk/src/libraries/nacl_io/syscalls/socket/gai_strerror.c
@@ -8,8 +8,8 @@
#include <stdio.h>
-#if !defined(__GLIBC__)
-#if defined(__BIONIC__) || defined(__APPLE__)
+#if !defined(NACL_GLIBC_OLD)
+#if !defined(_NEWLIB_VERSION)
const
#endif
char* gai_strerror(int errcode) {

Powered by Google App Engine
This is Rietveld 408576698