]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/Syscall.pm
bump version to 8.2.1
[pve-common.git] / src / PVE / Syscall.pm
index 2a423e87a5b3286aa4ca6ac826351506b56b8636..9ef3d5deaafe44d370022e148a5424b0ca736d94 100644 (file)
@@ -32,6 +32,7 @@ BEGIN {
        setxattr => &SYS_setxattr,
        fgetxattr => &SYS_fgetxattr,
        fsetxattr => &SYS_fsetxattr,
+       prctl => &SYS_prctl,
 
        # Below aren't yet in perl's syscall.ph but use asm-generic, so the same across (sane) archs
        # -> none unknown currently, yay