Monkey Albino

Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ usr/ lib64/ perl5/ sys/

//usr/lib64/perl5/sys/syscall.ph

require '_h2ph_pre.ph';

no warnings qw(redefine misc);

unless(defined(&_SYSCALL_H)) {
    eval 'sub _SYSCALL_H () {1;}' unless defined(&_SYSCALL_H);
    require 'asm/unistd.ph';
    unless(defined(&_LIBC)) {
	require 'bits/syscall.ph';
    }
}
1;