0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 00:10:52 +00:00
termux-packages/packages/libfixposix/src-lib-strerror.c.patch
2023-01-05 21:26:51 +00:00

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)