| Server IP : 217.160.0.212 / Your IP : 216.73.216.141 Web Server : Apache System : Linux www 6.18.51-i1-ampere #1196 SMP Fri Sep 11 20:43:55 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/aarch64-linux-gnu/perl/5.36.0/bits/ |
Upload File : |
require '_h2ph_pre.ph';
no warnings qw(redefine misc);
unless(defined(&_BITS_SIGCONTEXT_H)) {
eval 'sub _BITS_SIGCONTEXT_H () {1;}' unless defined(&_BITS_SIGCONTEXT_H);
if(!defined (&_SIGNAL_H) && !defined (&_SYS_UCONTEXT_H)) {
die("Never use <bits/sigcontext.h> directly; include <signal.h> instead.");
}
unless(defined(&sigcontext_struct)) {
eval 'sub sigcontext_struct () { &sigcontext;}' unless defined(&sigcontext_struct);
require 'asm/sigcontext.ph';
eval 'sub __need_NULL () {1;}' unless defined(&__need_NULL);
require 'stddef.ph';
}
}
1;