diff --git a/src/PVE/Syscall.pm b/src/PVE/Syscall.pm index 9ef3d5d..f3193a3 100644 --- a/src/PVE/Syscall.pm +++ b/src/PVE/Syscall.pm @@ -19,6 +19,7 @@ BEGIN { mknod => &SYS_mknod, faccessat => &SYS_faccessat, setresuid => &SYS_setresuid, + fallocate => &SYS_fallocate, fchownat => &SYS_fchownat, mount => &SYS_mount, renameat2 => &SYS_renameat2,