Files
termux-packages/packages/libgit2/src-rand.c.patch
termux-actions[bot] c749b08736 packages/libgit2
2022-02-23 17:39:58 +00:00

14 lines
220 B
Diff

--- a/src/rand.c
+++ b/src/rand.c
@@ -74,6 +74,10 @@
#else
+#if defined __ANDROID__ && __ANDROID_API__ < 29
+int getloadavg(double[], int);
+#endif
+
GIT_INLINE(int) getseed(uint64_t *seed)
{
struct timeval tv;