home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
lib
/
perl
/
5.8.8
/
asm
/
unistd.ph
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-07-07
|
299 b
|
14 lines
require '_h2ph_pre.ph';
no warnings 'redefine';
unless(defined(&__i386STUB__UNISTD_H__)) {
eval 'sub __i386STUB__UNISTD_H__ () {1;}' unless defined(&__i386STUB__UNISTD_H__);
if(defined(&__x86_64__)) {
require 'asm-x86_64/unistd.ph';
} else {
require 'asm-i386/unistd.ph';
}
}
1;