Disable mremap for SQLite (reapply 80b211e3)

This commit is contained in:
Paul Kulchenko 2022-11-23 18:04:47 -08:00
parent 5e90ac3dd4
commit a4d8dcbec5

View file

@ -329,6 +329,7 @@ static pid_t randomnessPid = 0;
#define threadid 0
#endif
#if 0
/*
** HAVE_MREMAP defaults to true on Linux and false everywhere else.
*/
@ -339,6 +340,7 @@ static pid_t randomnessPid = 0;
# define HAVE_MREMAP 0
# endif
#endif
#endif
#ifdef __linux__
/*