1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 21:55:08 +00:00

Ports/sqlite: Update sqlite to version 3430000

This commit is contained in:
EWouters 2023-09-02 01:27:07 +02:00 committed by Jelle Raaijmakers
parent 86c74a5f3f
commit 1bf80c9ab3
3 changed files with 6 additions and 6 deletions

View file

@ -8,10 +8,10 @@ Subject: [PATCH] Disable vfs locking
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sqlite3.c b/sqlite3.c
index 0b227f0..90c38bd 100644
index 310583f996c07c065f1ba658cad94e8f07b67aa5..5ab33091ab074c2b934cf1d872b93d73c077c88e 100644
--- a/sqlite3.c
+++ b/sqlite3.c
@@ -42840,6 +42840,7 @@ SQLITE_API int sqlite3_os_init(void){
@@ -45706,6 +45706,7 @@ SQLITE_API int sqlite3_os_init(void){
** array cannot be const.
*/
static sqlite3_vfs aVfs[] = {
@ -19,7 +19,7 @@ index 0b227f0..90c38bd 100644
#if SQLITE_ENABLE_LOCKING_STYLE && defined(__APPLE__)
UNIXVFS("unix", autolockIoFinder ),
#elif OS_VXWORKS
@@ -42847,7 +42848,6 @@ SQLITE_API int sqlite3_os_init(void){
@@ -45713,7 +45714,6 @@ SQLITE_API int sqlite3_os_init(void){
#else
UNIXVFS("unix", posixIoFinder ),
#endif