Add sys_fallocate

This commit is contained in:
Shaowei Song
2024-06-28 10:45:16 +00:00
committed by Tate, Hongliang Tian
parent 8dc08dccba
commit 8dce83605f
18 changed files with 349 additions and 18 deletions

View File

@ -47,6 +47,7 @@ TESTS ?= \
utimes_test \
vdso_clock_gettime_test \
write_test \
fallocate_test \
# The end of the list
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))

View File

@ -0,0 +1,5 @@
AllocateTest.Fallocate
AllocateTest.FallocatePipe
AllocateTest.FallocateChar
AllocateTest.FallocateRlimit
AllocateTest.FallocateOtherFDs

View File

@ -0,0 +1,4 @@
AllocateTest.FallocatePipe
AllocateTest.FallocateChar
AllocateTest.FallocateRlimit
AllocateTest.FallocateOtherFDs