aboutsummaryrefslogtreecommitdiff
path: root/src/journal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.c')
-rw-r--r--src/journal.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/journal.c b/src/journal.c
index eb01930ed..2f9e22208 100644
--- a/src/journal.c
+++ b/src/journal.c
@@ -183,11 +183,10 @@ static struct sqlite3_io_methods JournalFileMethods = {
0, /* xFileControl */
0, /* xSectorSize */
0, /* xDeviceCharacteristics */
- 0, /* xShmOpen */
- 0, /* xShmLock */
0, /* xShmMap */
+ 0, /* xShmLock */
0, /* xShmBarrier */
- 0 /* xShmClose */
+ 0 /* xShmUnmap */
};
/*