mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-18 10:21:03 +03:00
Updates to the OS/2 patches. This change also move the location of a global
variable declaration in shell.c which might effect other build targets. FossilOrigin-Name: 73906b67dc920e0c36e68ef9a302be3b495e8e3a
This commit is contained in:
@@ -1837,7 +1837,7 @@ static int os2CurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *piNow){
|
||||
** current time and date as a Julian Day number into *prNow and
|
||||
** return 0. Return 1 if the time and date cannot be found.
|
||||
*/
|
||||
int os2CurrentTime( sqlite3_vfs *pVfs, double *prNow ){
|
||||
static int os2CurrentTime( sqlite3_vfs *pVfs, double *prNow ){
|
||||
int rc;
|
||||
sqlite3_int64 i;
|
||||
rc = os2CurrentTimeInt64(pVfs, &i);
|
||||
|
||||
Reference in New Issue
Block a user