]> 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 4c0b9cf13caac0fb76d0e271e4f0cd7b1638b2bd..9ef3d5deaafe44d370022e148a5424b0ca736d94 100644 (file)
@@ -16,6 +16,7 @@ BEGIN {
        openat => &SYS_openat,
        close => &SYS_close,
        mkdirat => &SYS_mkdirat,
+       mknod => &SYS_mknod,
        faccessat => &SYS_faccessat,
        setresuid => &SYS_setresuid,
        fchownat => &SYS_fchownat,
@@ -31,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