Your IP : 172.28.240.42


Current Path : /usr/lib/perl/5.14/asm/
Upload File :
Current File : //usr/lib/perl/5.14/asm/posix_types.ph

require '_h2ph_pre.ph';

no warnings qw(redefine misc);

if(defined(&__i386__)) {
    require 'asm/posix_types_32.ph';
} else {
    require 'asm/posix_types_64.ph';
}
1;