mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
13 lines
204 B
Diff
13 lines
204 B
Diff
--- a/src/lib/strerror.c
|
|
+++ b/src/lib/strerror.c
|
|
@@ -24,6 +24,9 @@
|
|
|
|
#include <lfp/strerror.h>
|
|
|
|
+#ifdef __ANDROID__
|
|
+#undef __USE_GNU
|
|
+#endif
|
|
#include <string.h>
|
|
|
|
#if defined(HAVE___XPG_STRERROR_R)
|