| Server IP : 39.108.156.168 / Your IP : 216.73.216.104 Web Server : nginx/1.24.0 System : Linux e2.ksyuki.com 6.11.0-25-generic #25~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 15 17:20:50 UTC 2 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/x86_64-linux-gnu/perl/5.38.2/bits/ |
Upload File : |
require '_h2ph_pre.ph';
no warnings qw(redefine misc);
unless(defined(&_SYS_SELECT_H)) {
die("Never use <bits/select.h> directly; include <sys/select.h> instead.");
}
unless(defined(&__FD_ZERO)) {
sub __FD_ZERO {
my($s) = @_;
eval q( &do { 'unsigned int __i'; &fd_set * &__arr = ($s); &for ( &__i = 0; &__i < $sizeof{ &fd_set} / $sizeof{ &__fd_mask}; ++ &__i) &__FDS_BITS ( &__arr)[ &__i] = 0; } &while (0));
}
}
unless(defined(&__FD_SET)) {
sub __FD_SET {
my($d, $s) = @_;
eval q((( &void) ( &__FDS_BITS ($s)[ &__FD_ELT($d)] |= &__FD_MASK($d))));
}
}
unless(defined(&__FD_CLR)) {
sub __FD_CLR {
my($d, $s) = @_;
eval q((( &void) ( &__FDS_BITS ($s)[ &__FD_ELT($d)] &= ~ &__FD_MASK($d))));
}
}
unless(defined(&__FD_ISSET)) {
sub __FD_ISSET {
my($d, $s) = @_;
eval q((( &__FDS_BITS ($s)[ &__FD_ELT ($d)] & &__FD_MASK ($d)) != 0));
}
}
1;