| .. | |||||
| 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(&_SYS_IOCTL_H)) {
eval 'sub _SYS_IOCTL_H () {1;}' unless defined(&_SYS_IOCTL_H);
require 'features.ph';
require 'bits/ioctls.ph';
require 'bits/ioctl-types.ph';
require 'sys/ttydefaults.ph';
}
1;
| .. | |||||
| cdefs.ph | |||||
| ioctl.ph | |||||
| select.ph | |||||
| socket.ph | |||||
| syscall.ph | |||||
| syslog.ph | |||||
| time.ph | |||||
| ttydefaults.ph | |||||
| types.ph | |||||
| ucontext.ph | |||||
| wait.ph |