1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Allow the unlink() system call to be overridden in os_unix.c.

FossilOrigin-Name: 8d1b5c3ac027ac00d57a250aad45230a09645617
This commit is contained in:
drh
2011-08-08 23:18:05 +00:00
parent a5ae4c330b
commit 036ac7fa90
4 changed files with 20 additions and 17 deletions

View File

@ -59,7 +59,7 @@ do_test 2.1.2 { test_syscall exists nosuchcall } 0
foreach s {
open close access getcwd stat fstat ftruncate
fcntl read pread write pwrite fchmod fallocate
pread64 pwrite64
pread64 pwrite64 unlink
} {
if {[test_syscall exists $s]} {lappend syscall_list $s}
}