diff options
Diffstat (limited to 'test/syscall.test')
-rw-r--r-- | test/syscall.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscall.test b/test/syscall.test index 2532187b4..19313a5e6 100644 --- a/test/syscall.test +++ b/test/syscall.test @@ -61,7 +61,7 @@ foreach s { fcntl read pread write pwrite fchmod fallocate pread64 pwrite64 unlink openDirectory mkdir rmdir statvfs fchown geteuid umask mmap munmap mremap - getpagesize readlink lstat + getpagesize readlink lstat ioctl } { if {[test_syscall exists $s]} {lappend syscall_list $s} } |