debian-galaxy-a20e/rootfs/usr/lib/aarch64-linux-gnu/perl/5.36.0/sys/procfs.ph

18 lines
480 B
Plaintext
Raw Permalink Normal View History

2026-08-27 13:48:54 +00:00
require '_h2ph_pre.ph';
no warnings qw(redefine misc);
unless(defined(&_SYS_PROCFS_H)) {
eval 'sub _SYS_PROCFS_H () {1;}' unless defined(&_SYS_PROCFS_H);
require 'features.ph';
require 'sys/time.ph';
require 'sys/types.ph';
require 'sys/user.ph';
require 'bits/procfs.ph';
require 'bits/procfs-id.ph';
eval 'sub ELF_PRARGSZ () {(80);}' unless defined(&ELF_PRARGSZ);
require 'bits/procfs-prregset.ph';
require 'bits/procfs-extra.ph';
}
1;