1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

Add additional VFS methods to retrieve system call pointers and to get a

list of all changeable system calls.

FossilOrigin-Name: 38558363494e3a736dcb091dd859e76b7ccd78b0
This commit is contained in:
drh
2011-03-02 19:06:42 +00:00
parent e562be52cf
commit 1df30967af
5 changed files with 58 additions and 16 deletions

View File

@@ -2766,6 +2766,8 @@ int sqlite3_os_init(void){
winGetLastError, /* xGetLastError */
winCurrentTimeInt64, /* xCurrentTimeInt64 */
0, /* xSetSystemCall */
0, /* xGetSystemCall */
0, /* xNextSystemCall */
};
#ifndef SQLITE_OMIT_WAL