summaryrefslogtreecommitdiff
path: root/dist/Android.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Android.patch')
-rw-r--r--dist/Android.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/dist/Android.patch b/dist/Android.patch
index acd7078..93c515f 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 2016-11-29 04:29:24.000000000 +0900
-+++ ./shell.c 2016-12-06 00:58:36.768702411 +0900
+--- orig/shell.c 2017-01-02 15:41:51.291847552 +0100
++++ ./shell.c 2017-01-02 15:42:36.150764374 +0100
@@ -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>
-@@ -2395,6 +2401,22 @@
+@@ -2442,6 +2448,22 @@
readfileFunc, 0, 0);
sqlite3_create_function(p->db, "writefile", 2, SQLITE_UTF8, 0,
writefileFunc, 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 2016-11-29 04:29:24.000000000 +0900
-+++ ./sqlite3.c 2016-12-06 00:58:36.787701965 +0900
-@@ -33035,7 +33035,7 @@
+--- orig/sqlite3.c 2017-01-02 15:41:51.308513804 +0100
++++ ./sqlite3.c 2017-01-02 15:42:36.174097160 +0100
+@@ -33329,7 +33329,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;
-@@ -33071,7 +33071,7 @@
+@@ -33365,7 +33365,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;
-@@ -33645,7 +33645,7 @@
+@@ -33939,7 +33939,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;
}
-@@ -113802,7 +113802,7 @@
+@@ -114815,7 +114815,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;
}
-@@ -147060,13 +147060,25 @@
+@@ -148155,13 +148155,25 @@
** module with sqlite.
*/
if( SQLITE_OK==rc