From ccc722b7ed330198d82a3cf28ead76d6d107a70a Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 6 Jun 2022 21:25:48 +0000 Subject: added java --- repo/lmdb/cacheflush.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 repo/lmdb/cacheflush.patch (limited to 'repo/lmdb/cacheflush.patch') diff --git a/repo/lmdb/cacheflush.patch b/repo/lmdb/cacheflush.patch new file mode 100644 index 0000000..281a031 --- /dev/null +++ b/repo/lmdb/cacheflush.patch @@ -0,0 +1,12 @@ +--- a/mdb.c ++++ b/mdb.c +@@ -77,8 +77,7 @@ + + #if defined(__mips) && defined(__linux) + /* MIPS has cache coherency issues, requires explicit cache control */ +-#include +-extern int cacheflush(char *addr, int nbytes, int cache); ++#include + #define CACHEFLUSH(addr, bytes, cache) cacheflush(addr, bytes, cache) + #else + #define CACHEFLUSH(addr, bytes, cache) -- cgit v1.2.1