]> git.proxmox.com Git - pve-common.git/commitdiff
expose SYS_prctl
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 14 Dec 2023 09:09:48 +0000 (10:09 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 14 Dec 2023 09:09:48 +0000 (10:09 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
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