require '_h2ph_pre.ph';
no warnings qw(redefine misc);
unless(defined(&_ASM_X86_UNISTD_H)) {
eval 'sub _ASM_X86_UNISTD_H () {1;}' unless defined(&_ASM_X86_UNISTD_H);
eval 'sub __X32_SYSCALL_BIT () {0x40000000;}' unless defined(&__X32_SYSCALL_BIT);
if(defined(&__i386__)) {
require 'asm/unistd_32.ph';
}
elsif(defined(&__ILP32__)) {
require 'asm/unistd_x32.ph';
} else {
require 'asm/unistd_64.ph';
}
}
1;
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| bitsperlong.ph | File | 454 B | 0644 |
|
| ioctl.ph | File | 92 B | 0644 |
|
| ioctls.ph | File | 93 B | 0644 |
|
| posix_types.ph | File | 240 B | 0644 |
|
| posix_types_32.ph | File | 243 B | 0644 |
|
| posix_types_64.ph | File | 243 B | 0644 |
|
| posix_types_x32.ph | File | 332 B | 0644 |
|
| socket.ph | File | 93 B | 0644 |
|
| sockios.ph | File | 94 B | 0644 |
|
| termbits.ph | File | 95 B | 0644 |
|
| termios.ph | File | 94 B | 0644 |
|
| unistd.ph | File | 435 B | 0644 |
|
| unistd_32.ph | File | 29.49 KB | 0644 |
|
| unistd_64.ph | File | 24.75 KB | 0644 |
|
| unistd_x32.ph | File | 31.83 KB | 0644 |
|