summaryrefslogtreecommitdiff
path: root/test/syscall.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscall.test')
-rw-r--r--test/syscall.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscall.test b/test/syscall.test
index 5bf1225..c2d9979 100644
--- a/test/syscall.test
+++ b/test/syscall.test
@@ -61,6 +61,7 @@ foreach s {
fcntl read pread write pwrite fchmod fallocate
pread64 pwrite64 unlink openDirectory mkdir rmdir
statvfs fchown umask mmap munmap mremap
+ getpagesize
} {
if {[test_syscall exists $s]} {lappend syscall_list $s}
}