Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Jun 3, 2023
1 parent 3884c82 commit 40451e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* GNU libc, BeOS, Haiku, Linux libc5 */
return fp->_IO_write_ptr - fp->_IO_write_base;
#elif defined __sferror || defined __DragonFly__ || defined __ANDROID__
+#if defined __ANDROID__ && __ANDROID_API__ < 23
+#if defined ANDROID && __ANDROID_API__ < 23
+ /* Hack fix for Kodi as it still use Android API 21 */
+ #warning "ANDROID API to low, no __fpending usable"
+ return 1;
Expand Down

0 comments on commit 40451e7

Please sign in to comment.