mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
13 lines
239 B
Diff
13 lines
239 B
Diff
--- a/src/java.base/unix/native/libjava/jni_util_md.c
|
|
+++ b/src/java.base/unix/native/libjava/jni_util_md.c
|
|
@@ -23,6 +23,9 @@
|
|
* questions.
|
|
*/
|
|
|
|
+#ifdef __ANDROID__
|
|
+#undef _GNU_SOURCE
|
|
+#endif
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
|