mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Fix an incorrect comment on the unix-nolock VFS object. No functional
code changes. FossilOrigin-Name: 90f7c193b42f0d8120a8e429bdea5e1cec5d3f45b901db8fc5a5c2ca3e69cba8
This commit is contained in:
@@ -5200,7 +5200,7 @@ IOMETHODS(
|
||||
IOMETHODS(
|
||||
nolockIoFinder, /* Finder function name */
|
||||
nolockIoMethods, /* sqlite3_io_methods object name */
|
||||
3, /* shared memory is disabled */
|
||||
3, /* shared memory and mmap are enabled */
|
||||
nolockClose, /* xClose method */
|
||||
nolockLock, /* xLock method */
|
||||
nolockUnlock, /* xUnlock method */
|
||||
|
||||
Reference in New Issue
Block a user