mirror of
https://git.proxmox.com/git/pve-common
synced 2025-04-28 12:10:17 +00:00
syscall: expose fallocate syscall
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
e22d191db9
commit
9e0c66b2fd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user