[pve-devel] [RFC common] add libpve-common-sys-perl package for platform dependent modules
    Dietmar Maurer 
    dietmar at proxmox.com
       
    Wed May  3 09:08:01 CEST 2017
    
    
  
??
> +	      SYS_unshare   =>   97,
> +	      SYS_setns     =>  268,
> +	      SYS_syncfs    =>  267,
> +	      SYS_openat    =>   56,
> +	      SYS_close     =>   57,
> +	      SYS_mkdirat   =>   34,
> +	      SYS_faccessat =>   48,
I can find all those syscalls in:
/usr/lib/x86_64-linux-gnu/perl/5.24.1/bits/syscall.ph
So can't we simply use
require("syscall.ph");
    
    
More information about the pve-devel
mailing list