PATH:
usr
/
lib64
/
perl5
/
bits
require '_h2ph_pre.ph'; no warnings qw(redefine misc); if(!defined (&_SYS_WAIT_H) && !defined (&_STDLIB_H)) { die("Never include <bits/waitstatus.h> directly; use <sys/wait.h> instead."); } unless(defined(&__WEXITSTATUS)) { sub __WEXITSTATUS { my($status) = @_; eval q(((($status) & 0xff00) >> 8)); } } unless(defined(&__WTERMSIG)) { sub __WTERMSIG { my($status) = @_; eval q((($status) & 0x7f)); } } unless(defined(&__WSTOPSIG)) { sub __WSTOPSIG { my($status) = @_; eval q( &__WEXITSTATUS($status)); } } unless(defined(&__WIFEXITED)) { sub __WIFEXITED { my($status) = @_; eval q(( &__WTERMSIG($status) == 0)); } } unless(defined(&__WIFSIGNALED)) { sub __WIFSIGNALED { my($status) = @_; eval q((( ((($status) & 0x7f) + 1) >> 1) > 0)); } } unless(defined(&__WIFSTOPPED)) { sub __WIFSTOPPED { my($status) = @_; eval q(((($status) & 0xff) == 0x7f)); } } if(defined(&WCONTINUED)) { eval 'sub __WIFCONTINUED { my($status) = @_; eval q((($status) == &__W_CONTINUED)); }' unless defined(&__WIFCONTINUED); } unless(defined(&__WCOREDUMP)) { sub __WCOREDUMP { my($status) = @_; eval q((($status) & &__WCOREFLAG)); } } unless(defined(&__W_EXITCODE)) { sub __W_EXITCODE { my($ret, $sig) = @_; eval q((($ret) << 8| ($sig))); } } unless(defined(&__W_STOPCODE)) { sub __W_STOPCODE { my($sig) = @_; eval q((($sig) << 8| 0x7f)); } } eval 'sub __W_CONTINUED () {0xffff;}' unless defined(&__W_CONTINUED); eval 'sub __WCOREFLAG () {0x80;}' unless defined(&__WCOREFLAG); 1;
[-] wordsize.ph
[edit]
[-] siginfo-consts-arch.ph
[edit]
[-] signum.ph
[edit]
[-] types.ph
[edit]
[-] sigthread.ph
[edit]
[-] uintn-identity.ph
[edit]
[-] syslog-path.ph
[edit]
[-] signum-generic.ph
[edit]
[-] waitflags.ph
[edit]
[-] stdint-intn.ph
[edit]
[-] long-double.ph
[edit]
[+]
types
[-] socket_type.ph
[edit]
[-] ioctls.ph
[edit]
[-] siginfo-consts.ph
[edit]
[-] ioctl-types.ph
[edit]
[-] ss_flags.ph
[edit]
[-] sockaddr.ph
[edit]
[-] thread-shared-types.ph
[edit]
[-] socket2.ph
[edit]
[-] syscall.ph
[edit]
[-] endian.ph
[edit]
[+]
..
[-] select.ph
[edit]
[-] typesizes.ph
[edit]
[-] sigstack.ph
[edit]
[-] pthreadtypes-arch.ph
[edit]
[-] sigaction.ph
[edit]
[-] socket.ph
[edit]
[-] waitstatus.ph
[edit]
[-] sigevent-consts.ph
[edit]
[-] pthreadtypes.ph
[edit]
[-] syslog-ldbl.ph
[edit]
[-] select2.ph
[edit]
[-] siginfo-arch.ph
[edit]
[-] byteswap.ph
[edit]
[-] sigcontext.ph
[edit]
[-] syslog.ph
[edit]