We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8198132 commit 22d56d9Copy full SHA for 22d56d9
libs/nacl/native_client/src/shared/imc/posix/nacl_imc_posix.cc
@@ -80,9 +80,8 @@ static int AshmemCreateRegion(size_t size) {
80
int NaClWouldBlock(void) {
81
return errno == EAGAIN;
82
}
83
-
84
int NaClGetLastErrorString(char* buffer, size_t length) {
85
-#if NACL_LINUX && !NACL_ANDROID
+#if NACL_LINUX && defined(__GLIBC__)
86
char* message;
87
/*
88
* Note some Linux distributions provide only GNU version of strerror_r().
0 commit comments