SM0 She11
Path:
/
/
usr
/
lib64
/
perl5
/
asm
Full Path (server): /usr/lib64/perl5/asm
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]
📄 posix_types_32.ph
[E]
[D]
[R]
📄 posix_types_64.ph
[E]
[D]
[R]
📄 posix_types_x32.ph
[E]
[D]
[R]
📄 socket.ph
[E]
[D]
[R]
📄 sockios.ph
[E]
[D]
[R]
📄 termbits.ph
[E]
[D]
[R]
📄 termios.ph
[E]
[D]
[R]
📄 unistd.ph
[E]
[D]
[R]
📄 unistd_32.ph
[E]
[D]
[R]
📄 unistd_64.ph
[E]
[D]
[R]
📄 unistd_x32.ph
[E]
[D]
[R]
Editing: bitsperlong.ph
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&__ASM_X86_BITSPERLONG_H)) { eval 'sub __ASM_X86_BITSPERLONG_H () {1;}' unless defined(&__ASM_X86_BITSPERLONG_H); if(defined(&__x86_64__)) { eval 'sub __BITS_PER_LONG () {64;}' unless defined(&__BITS_PER_LONG); } else { eval 'sub __BITS_PER_LONG () {32;}' unless defined(&__BITS_PER_LONG); } require 'asm-generic/bitsperlong.ph'; } 1;
Save