diff options
Diffstat (limited to 'dist/Android.patch')
-rw-r--r-- | dist/Android.patch | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/dist/Android.patch b/dist/Android.patch index 2b315dc..4a39086 100644 --- a/dist/Android.patch +++ b/dist/Android.patch @@ -1,6 +1,6 @@ diff -r -u -d orig/shell.c ./shell.c ---- orig/shell.c 2015-05-09 10:39:54.003128489 -0700 -+++ ./shell.c 2015-06-11 21:10:04.904360472 -0700 +--- orig/shell.c 2015-06-12 15:32:23.260341869 -0700 ++++ ./shell.c 2015-06-12 15:33:39.024707940 -0700 @@ -52,6 +52,12 @@ #endif #include <ctype.h> @@ -38,9 +38,9 @@ diff -r -u -d orig/shell.c ./shell.c } diff -r -u -d orig/sqlite3.c ./sqlite3.c ---- orig/sqlite3.c 2015-05-09 10:39:54.039128619 -0700 -+++ ./sqlite3.c 2015-05-09 10:39:54.075128751 -0700 -@@ -25289,6 +25289,13 @@ +--- orig/sqlite3.c 2015-06-12 15:32:23.828344614 -0700 ++++ ./sqlite3.c 2015-06-12 15:33:39.048708056 -0700 +@@ -25292,6 +25292,13 @@ */ #if SQLITE_OS_UNIX /* This file is used on unix only */ @@ -54,7 +54,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c /* ** There are various methods for file locking used for concurrency ** control: -@@ -25843,7 +25850,12 @@ +@@ -25846,7 +25853,12 @@ #else { "pread64", (sqlite3_syscall_ptr)0, 0 }, #endif @@ -67,7 +67,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c { "write", (sqlite3_syscall_ptr)write, 0 }, #define osWrite ((ssize_t(*)(int,const void*,size_t))aSyscall[11].pCurrent) -@@ -25861,8 +25873,14 @@ +@@ -25864,8 +25876,14 @@ #else { "pwrite64", (sqlite3_syscall_ptr)0, 0 }, #endif @@ -82,7 +82,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c { "fchmod", (sqlite3_syscall_ptr)fchmod, 0 }, #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent) -@@ -29112,7 +29130,7 @@ +@@ -29115,7 +29133,7 @@ SimulateIOError( rc=1 ); if( rc!=0 ){ storeLastErrno((unixFile*)id, errno); @@ -91,7 +91,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c } *pSize = buf.st_size; -@@ -29148,7 +29166,7 @@ +@@ -29151,7 +29169,7 @@ struct stat buf; /* Used to hold return values of fstat() */ if( osFstat(pFile->h, &buf) ){ @@ -100,7 +100,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c } nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk; -@@ -29733,7 +29751,7 @@ +@@ -29736,7 +29754,7 @@ ** with the same permissions. */ if( osFstat(pDbFd->h, &sStat) && pInode->bProcessLock==0 ){ @@ -109,7 +109,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c goto shm_open_err; } -@@ -31079,7 +31097,7 @@ +@@ -31082,7 +31100,7 @@ *pUid = sStat.st_uid; *pGid = sStat.st_gid; }else{ @@ -118,7 +118,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c } }else if( flags & SQLITE_OPEN_DELETEONCLOSE ){ *pMode = 0600; -@@ -105873,7 +105891,7 @@ +@@ -105877,7 +105895,7 @@ } if( pDb->pSchema->file_format>SQLITE_MAX_FILE_FORMAT ){ sqlite3SetString(pzErrMsg, db, "unsupported file format"); @@ -127,7 +127,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c goto initone_error_out; } -@@ -130846,9 +130864,9 @@ +@@ -130850,9 +130868,9 @@ #endif #ifdef SQLITE_ENABLE_FTS3 @@ -140,7 +140,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c #endif #ifdef SQLITE_ENABLE_ICU -@@ -136906,16 +136924,28 @@ +@@ -136910,16 +136928,28 @@ ** module with sqlite. */ if( SQLITE_OK==rc |