| .. | |||||
| cdefs.ph | |||||
| ioctl.ph | |||||
| select.ph | |||||
| socket.ph | |||||
| syscall.ph | |||||
| syslog.ph | |||||
| time.ph | |||||
| ttydefaults.ph | |||||
| types.ph | |||||
| ucontext.ph | |||||
| wait.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;
| .. | |||||
| cdefs.ph | |||||
| ioctl.ph | |||||
| select.ph | |||||
| socket.ph | |||||
| syscall.ph | |||||
| syslog.ph | |||||
| time.ph | |||||
| ttydefaults.ph | |||||
| types.ph | |||||
| ucontext.ph | |||||
| wait.ph |