]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/Syscall.pm
tools: Add mknod syscall
[pve-common.git] / src / PVE / Syscall.pm
index 4c0b9cf13caac0fb76d0e271e4f0cd7b1638b2bd..2a423e87a5b3286aa4ca6ac826351506b56b8636 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,