diff options
Diffstat (limited to 'dist/Android.patch')
-rw-r--r-- | dist/Android.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dist/Android.patch b/dist/Android.patch index f74c4a8..00546fe 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 2017-05-22 17:31:04.000000000 +0200 -+++ ./shell.c 2017-05-22 18:22:43.480082878 +0200 +--- orig/shell.c 2017-03-30 16:26:46.000000000 +0200 ++++ ./shell.c 2017-03-31 14:07:49.938488981 +0200 @@ -52,6 +52,12 @@ #endif #include <ctype.h> @@ -14,7 +14,7 @@ diff -r -u -d orig/shell.c ./shell.c #if !defined(_WIN32) && !defined(WIN32) # include <signal.h> -@@ -3509,6 +3515,22 @@ +@@ -3387,6 +3393,22 @@ sha3QueryFunc, 0, 0); sqlite3_create_function(p->db, "sha3_query", 2, SQLITE_UTF8, 0, sha3QueryFunc, 0, 0); @@ -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 2017-05-22 17:31:04.000000000 +0200 -+++ ./sqlite3.c 2017-05-22 18:22:43.511082332 +0200 -@@ -33542,7 +33542,7 @@ +--- orig/sqlite3.c 2017-03-30 16:26:46.000000000 +0200 ++++ ./sqlite3.c 2017-03-31 14:05:07.474694595 +0200 +@@ -33497,7 +33497,7 @@ SimulateIOError( rc=1 ); if( rc!=0 ){ storeLastErrno((unixFile*)id, errno); @@ -49,7 +49,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c } *pSize = buf.st_size; -@@ -33578,7 +33578,7 @@ +@@ -33533,7 +33533,7 @@ struct stat buf; /* Used to hold return values of fstat() */ if( osFstat(pFile->h, &buf) ){ @@ -58,7 +58,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c } nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk; -@@ -34152,7 +34152,7 @@ +@@ -34107,7 +34107,7 @@ ** with the same permissions. */ if( osFstat(pDbFd->h, &sStat) ){ @@ -67,7 +67,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c goto shm_open_err; } -@@ -115925,7 +115925,7 @@ +@@ -115660,7 +115660,7 @@ } if( pDb->pSchema->file_format>SQLITE_MAX_FILE_FORMAT ){ sqlite3SetString(pzErrMsg, db, "unsupported file format"); @@ -76,7 +76,7 @@ diff -r -u -d orig/sqlite3.c ./sqlite3.c goto initone_error_out; } -@@ -149743,13 +149743,25 @@ +@@ -149201,13 +149201,25 @@ ** module with sqlite. */ if( SQLITE_OK==rc |