stubs-64.ph 0000644 00000002074 15115400732 0006465 0 ustar 00 require '_h2ph_pre.ph';
no warnings qw(redefine misc);
if(defined(&_LIBC)) {
die("Applications\ may\ not\ define\ the\ macro\ _LIBC");
}
eval 'sub __stub___compat_bdflush () {1;}' unless defined(&__stub___compat_bdflush);
eval 'sub __stub_chflags () {1;}' unless defined(&__stub_chflags);
eval 'sub __stub_fattach () {1;}' unless defined(&__stub_fattach);
eval 'sub __stub_fchflags () {1;}' unless defined(&__stub_fchflags);
eval 'sub __stub_fdetach () {1;}' unless defined(&__stub_fdetach);
eval 'sub __stub_getmsg () {1;}' unless defined(&__stub_getmsg);
eval 'sub __stub_gtty () {1;}' unless defined(&__stub_gtty);
eval 'sub __stub_lchmod () {1;}' unless defined(&__stub_lchmod);
eval 'sub __stub_putmsg () {1;}' unless defined(&__stub_putmsg);
eval 'sub __stub_revoke () {1;}' unless defined(&__stub_revoke);
eval 'sub __stub_setlogin () {1;}' unless defined(&__stub_setlogin);
eval 'sub __stub_sigreturn () {1;}' unless defined(&__stub_sigreturn);
eval 'sub __stub_sstk () {1;}' unless defined(&__stub_sstk);
eval 'sub __stub_stty () {1;}' unless defined(&__stub_stty);
1;
stubs.ph 0000644 00000000446 15115400733 0006240 0 ustar 00 require '_h2ph_pre.ph';
no warnings qw(redefine misc);
if(!defined (&__x86_64__)) {
require 'gnu/stubs-32.ph';
}
if(defined (&__x86_64__) && defined (&__LP64__)) {
require 'gnu/stubs-64.ph';
}
if(defined (&__x86_64__) && defined (&__ILP32__)) {
require 'gnu/stubs-x32.ph';
}
1;