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

11 lines
216 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(&_SYSCALL_H)) {
eval 'sub _SYSCALL_H () {1;}' unless defined(&_SYSCALL_H);
require 'asm/unistd.ph';
require 'bits/syscall.ph';
}
1;