X7ROOT File Manager
Current Path:
/lib64/perl5/bits
lib64
/
perl5
/
bits
/
ðŸ“
..
📄
byteswap.ph
(1.6 KB)
📄
endian.ph
(247 B)
📄
ioctl-types.ph
(1.72 KB)
📄
ioctls.ph
(3.74 KB)
📄
long-double.ph
(60 B)
📄
pthreadtypes-arch.ph
(3.73 KB)
📄
pthreadtypes.ph
(492 B)
📄
select.ph
(1.36 KB)
📄
select2.ph
(490 B)
📄
sigaction.ph
(1.68 KB)
📄
sigcontext.ph
(889 B)
📄
sigevent-consts.ph
(620 B)
📄
siginfo-arch.ph
(465 B)
📄
siginfo-consts-arch.ph
(207 B)
📄
siginfo-consts.ph
(3.53 KB)
📄
signum-generic.ph
(2.66 KB)
📄
signum.ph
(1.5 KB)
📄
sigstack.ph
(441 B)
📄
sigthread.ph
(385 B)
📄
sockaddr.ph
(507 B)
📄
socket.ph
(15.55 KB)
📄
socket2.ph
(177 B)
📄
socket_type.ph
(766 B)
📄
ss_flags.ph
(443 B)
📄
stdint-intn.ph
(212 B)
📄
syscall.ph
(75.76 KB)
📄
syslog-ldbl.ph
(355 B)
📄
syslog-path.ph
(363 B)
📄
syslog.ph
(404 B)
📄
thread-shared-types.ph
(1.79 KB)
ðŸ“
types
📄
types.ph
(2.5 KB)
📄
typesizes.ph
(4.15 KB)
📄
uintn-identity.ph
(631 B)
📄
waitflags.ph
(816 B)
📄
waitstatus.ph
(1.54 KB)
📄
wordsize.ph
(743 B)
Editing: waitstatus.ph
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;
Upload File
Create Folder