Hackfut Security File Manager
Current Path:
/usr/lib64/perl5/bits
usr
/
lib64
/
perl5
/
bits
/
📁
..
📄
byteswap.ph
(3.6 KB)
📄
endian.ph
(249 B)
📄
ioctl-types.ph
(1.78 KB)
📄
ioctls.ph
(3.84 KB)
📄
pthreadtypes.ph
(2.66 KB)
📄
resource.ph
(3.4 KB)
📄
select.ph
(1.36 KB)
📄
sigaction.ph
(1.68 KB)
📄
sigcontext.ph
(636 B)
📄
siginfo.ph
(6.55 KB)
📄
signum.ph
(2.76 KB)
📄
sigset.ph
(3.08 KB)
📄
sigstack.ph
(412 B)
📄
sigthread.ph
(407 B)
📄
sockaddr.ph
(507 B)
📄
socket.ph
(12.28 KB)
📄
socket2.ph
(177 B)
📄
syscall.ph
(31.7 KB)
📄
syslog-ldbl.ph
(400 B)
📄
syslog-path.ph
(363 B)
📄
syslog.ph
(435 B)
📄
time.ph
(1.42 KB)
📄
types.ph
(2.59 KB)
📄
typesizes.ph
(2.97 KB)
📄
uio.ph
(443 B)
📄
waitflags.ph
(811 B)
📄
waitstatus.ph
(2.59 KB)
📄
wordsize.ph
(339 B)
Editing: sigaction.ph
require '_h2ph_pre.ph'; no warnings qw(redefine misc); unless(defined(&_SIGNAL_H)) { die("Never include <bits/sigaction.h> directly; use <signal.h> instead."); } if(defined(&__USE_POSIX199309)) { eval 'sub sa_handler () { ($__sigaction_handler->{sa_handler});}' unless defined(&sa_handler); eval 'sub sa_sigaction () { ($__sigaction_handler->{sa_sigaction});}' unless defined(&sa_sigaction); } else { } unless(defined(&SA_NOCLDSTOP)) { sub SA_NOCLDSTOP () { 1;} } unless(defined(&SA_NOCLDWAIT)) { sub SA_NOCLDWAIT () { 2;} } unless(defined(&SA_SIGINFO)) { sub SA_SIGINFO () { 4;} } if(defined (defined(&__USE_UNIX98) ? &__USE_UNIX98 : undef) || defined (defined(&__USE_MISC) ? &__USE_MISC : undef)) { eval 'sub SA_ONSTACK () {0x8000000;}' unless defined(&SA_ONSTACK); } if(defined (defined(&__USE_UNIX98) ? &__USE_UNIX98 : undef) || defined (defined(&__USE_MISC) ? &__USE_MISC : undef) || defined (defined(&__USE_XOPEN2K8) ? &__USE_XOPEN2K8 : undef)) { eval 'sub SA_RESTART () {0x10000000;}' unless defined(&SA_RESTART); eval 'sub SA_NODEFER () {0x40000000;}' unless defined(&SA_NODEFER); eval 'sub SA_RESETHAND () {0x80000000;}' unless defined(&SA_RESETHAND); } if(defined(&__USE_MISC)) { eval 'sub SA_INTERRUPT () {0x20000000;}' unless defined(&SA_INTERRUPT); eval 'sub SA_NOMASK () { &SA_NODEFER;}' unless defined(&SA_NOMASK); eval 'sub SA_ONESHOT () { &SA_RESETHAND;}' unless defined(&SA_ONESHOT); eval 'sub SA_STACK () { &SA_ONSTACK;}' unless defined(&SA_STACK); } unless(defined(&SIG_BLOCK)) { sub SIG_BLOCK () { 0;} } unless(defined(&SIG_UNBLOCK)) { sub SIG_UNBLOCK () { 1;} } unless(defined(&SIG_SETMASK)) { sub SIG_SETMASK () { 2;} } 1;
Upload File
Create Folder