mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
12 lines
296 B
Diff
12 lines
296 B
Diff
--- busybox-1.19.2/include/platform.h
|
|
+++ busybox-1.19.2-android/include/platform.h
|
|
@@ -433,7 +433,7 @@ typedef unsigned smalluint;
|
|
# undef HAVE_STPCPY
|
|
#endif
|
|
|
|
-#if defined(ANDROID)
|
|
+#if defined(ANDROID) || defined(__ANDROID__)
|
|
# undef HAVE_DPRINTF
|
|
# undef HAVE_GETLINE
|
|
# undef HAVE_STPCPY
|