/usr/lib64/perl5/bits
NameSizeModeActions
types/-0755rm
byteswap.ph16410644editdlrm
endian.ph2470644editdlrm
ioctl-types.ph17640644editdlrm
ioctls.ph38270644editdlrm
long-double.ph600644editdlrm
pthreadtypes-arch.ph38230644editdlrm
pthreadtypes.ph4920644editdlrm
select.ph13890644editdlrm
select2.ph4900644editdlrm
sigaction.ph17200644editdlrm
sigcontext.ph8890644editdlrm
sigevent-consts.ph6200644editdlrm
siginfo-arch.ph4650644editdlrm
siginfo-consts-arch.ph2070644editdlrm
siginfo-consts.ph36150644editdlrm
signum-generic.ph27240644editdlrm
signum.ph15360644editdlrm
sigstack.ph4410644editdlrm
sigthread.ph3850644editdlrm
sockaddr.ph5070644editdlrm
socket.ph159230644editdlrm
socket2.ph1770644editdlrm
socket_type.ph7660644editdlrm
ss_flags.ph4430644editdlrm
stdint-intn.ph2120644editdlrm
syscall.ph775800644editdlrm
syslog-ldbl.ph3550644editdlrm
syslog-path.ph3630644editdlrm
syslog.ph4040644editdlrm
thread-shared-types.ph18310644editdlrm
types.ph25630644editdlrm
typesizes.ph42520644editdlrm
uintn-identity.ph6310644editdlrm
waitflags.ph8160644editdlrm
waitstatus.ph15730644editdlrm
wordsize.ph7430644editdlrm
Edit: /usr/lib64/perl5/bits/waitflags.ph (816B)
require '_h2ph_pre.ph'; no warnings qw(redefine misc); if(!defined (&_SYS_WAIT_H) && !defined (&_STDLIB_H)) { die("Never include directly; use instead."); } eval 'sub WNOHANG () {1;}' unless defined(&WNOHANG); eval 'sub WUNTRACED () {2;}' unless defined(&WUNTRACED); if(defined (&__USE_XOPEN_EXTENDED) || defined (&__USE_XOPEN2K8)) { eval 'sub WSTOPPED () {2;}' unless defined(&WSTOPPED); eval 'sub WEXITED () {4;}' unless defined(&WEXITED); eval 'sub WCONTINUED () {8;}' unless defined(&WCONTINUED); eval 'sub WNOWAIT () {0x1000000;}' unless defined(&WNOWAIT); } eval 'sub __WNOTHREAD () {0x20000000;}' unless defined(&__WNOTHREAD); eval 'sub __WALL () {0x40000000;}' unless defined(&__WALL); eval 'sub __WCLONE () {0x80000000;}' unless defined(&__WCLONE); 1;