not needed in android-7

This commit is contained in:
its-pointless 2019-03-16 16:07:03 +11:00 committed by Fredrik Fornwall
parent ab3b5f665e
commit 96904700b0
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
--- ../cache/libbsd-0.9.1/src/fpurge.c 2017-06-06 02:06:45.000000000 +0000
+++ ./src/fpurge.c 2018-10-16 02:56:49.159805187 +0000
@@ -41,6 +41,12 @@
return 0;
}
+#elif defined(__BIONIC__)
+void
+__fpurge(FILE *fp) {
+ fpurge(fp);
+ return ;
+}
#else
#error "Function fpurge() needs to be ported."
#endif