Files
server/usr/lib/x86_64-linux-gnu/perl/5.38.2/sys/syscall.ph
2026-01-07 20:52:11 +01:00

11 lines
216 B
Perl

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';
require 'bits/syscall.ph';
}
1;