Your IP : 172.28.240.42


Current Path : /usr/lib/perl/5.14.2/sys/
Upload File :
Current File : //usr/lib/perl/5.14.2/sys/syscall.ph

require '_h2ph_pre.ph';

no warnings qw(redefine misc);

unless(defined(&_SYSCALL_H)) {
    eval 'sub _SYSCALL_H () {1;}' unless defined(&_SYSCALL_H);
    require 'asm/unistd.ph';
    unless(defined(&_LIBC)) {
	require 'bits/syscall.ph';
    }
}
1;