|
@@ -31003,8 +31003,11 @@ static struct unix_syscall {
|
|
#endif
|
|
#endif
|
|
#define osLstat ((int(*)(const char*,struct stat*))aSyscall[27].pCurrent)
|
|
#define osLstat ((int(*)(const char*,struct stat*))aSyscall[27].pCurrent)
|
|
|
|
|
|
- { "ioctl", (sqlite3_syscall_ptr)ioctl, 0 },
|
|
|
|
-#define osIoctl ((int(*)(int,int,...))aSyscall[28].pCurrent)
|
|
|
|
|
|
+// { "ioctl", (sqlite3_syscall_ptr)ioctl, 0 },
|
|
|
|
+//#define osIoctl ((int(*)(int,int,...))aSyscall[28].pCurrent)
|
|
|
|
+
|
|
|
|
+ { "ioctl", (sqlite3_syscall_ptr)0, 0 },
|
|
|
|
+#define osIoctl ioctl
|
|
|
|
|
|
}; /* End of the overrideable system calls */
|
|
}; /* End of the overrideable system calls */
|
|
|
|
|