diff options
author | dan <Dan Kennedy> | 2024-11-22 21:24:08 +0000 |
---|---|---|
committer | dan <Dan Kennedy> | 2024-11-22 21:24:08 +0000 |
commit | 6bd3faa09248a8ec70e706041afeac42610f443b (patch) | |
tree | b9b949d2ade1d3b7e1c6a6fde7f19fc59a2b0f96 /src/os_unix.c | |
parent | 8ff67df7ac451fe0e8e42b5088aa866fc20f5ebf (diff) | |
download | sqlite-6bd3faa09248a8ec70e706041afeac42610f443b.tar.gz sqlite-6bd3faa09248a8ec70e706041afeac42610f443b.zip |
Supports SQLITE_ENABLE_SETLK_TIMEOUT on windows. Does not work properly yet.
FossilOrigin-Name: 737ca8a9fb9dc74b28f2186d93c5101463497445d0fabba3def61fee29abf2c8
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index b1996278c..77855a8dd 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -4290,7 +4290,6 @@ static int unixGetpagesize(void){ ** ** nRef ** -** The following fields are read-only after the object is created: ** ** hShm ** zFilename |