| Index: third_party/sqlite/sqlite-src-3100200/test/syscall.test
|
| diff --git a/third_party/sqlite/src/test/syscall.test b/third_party/sqlite/sqlite-src-3100200/test/syscall.test
|
| similarity index 98%
|
| copy from third_party/sqlite/src/test/syscall.test
|
| copy to third_party/sqlite/sqlite-src-3100200/test/syscall.test
|
| index c2d9979031ff61b827e783472328526017902503..a935957d39af9d6a5c8e26c72da84da624f22206 100644
|
| --- a/third_party/sqlite/src/test/syscall.test
|
| +++ b/third_party/sqlite/sqlite-src-3100200/test/syscall.test
|
| @@ -60,8 +60,8 @@ foreach s {
|
| open close access getcwd stat fstat ftruncate
|
| fcntl read pread write pwrite fchmod fallocate
|
| pread64 pwrite64 unlink openDirectory mkdir rmdir
|
| - statvfs fchown umask mmap munmap mremap
|
| - getpagesize
|
| + statvfs fchown geteuid umask mmap munmap mremap
|
| + getpagesize readlink
|
| } {
|
| if {[test_syscall exists $s]} {lappend syscall_list $s}
|
| }
|
|
|