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

10 lines
196 B
Perl

require '_h2ph_pre.ph';
no warnings qw(redefine misc);
unless(defined(&_LINUX_IOCTL_H)) {
eval 'sub _LINUX_IOCTL_H () {1;}' unless defined(&_LINUX_IOCTL_H);
require 'asm/ioctl.ph';
}
1;