/usr/lib/x86_64-linux-gnu/perl/5.34.0/bits
NameSizeModeActions
linux/-0755rm
types/-0755rm
atomic_wide_counter.ph2070644editdlrm
byteswap.ph16410644editdlrm
confname.ph250340644editdlrm
endian.ph10360644editdlrm
endianness.ph3850644editdlrm
environments.ph20960644editdlrm
floatn-common.ph119910644editdlrm
floatn.ph27630644editdlrm
getopt_core.ph1680644editdlrm
getopt_posix.ph5820644editdlrm
ioctl-types.ph17640644editdlrm
ioctls.ph38270644editdlrm
long-double.ph1690644editdlrm
posix_opt.ph54710644editdlrm
pthreadtypes-arch.ph22690644editdlrm
pthreadtypes.ph4920644editdlrm
select.ph8890644editdlrm
select2.ph4900644editdlrm
sigaction.ph17200644editdlrm
sigcontext.ph8890644editdlrm
sigevent-consts.ph6200644editdlrm
siginfo-arch.ph4650644editdlrm
siginfo-consts-arch.ph2070644editdlrm
siginfo-consts.ph44050644editdlrm
signal_ext.ph2000644editdlrm
signum-arch.ph17190644editdlrm
signum-generic.ph16350644editdlrm
sigstack.ph4410644editdlrm
sigstksz.ph5680644editdlrm
sigthread.ph3850644editdlrm
sockaddr.ph5070644editdlrm
socket-constants.ph37040644editdlrm
socket.ph119830644editdlrm
socket2.ph1770644editdlrm
socket_type.ph7660644editdlrm
ss_flags.ph4430644editdlrm
stdint-intn.ph2120644editdlrm
struct_mutex.ph10190644editdlrm
struct_rwlock.ph9430644editdlrm
syscall.ph774070644editdlrm
syslog-ldbl.ph3550644editdlrm
syslog-path.ph3630644editdlrm
syslog.ph4040644editdlrm
thread-shared-types.ph4270644editdlrm
time64.ph5300644editdlrm
timesize.ph2900644editdlrm
types.ph28490644editdlrm
typesizes.ph47230644editdlrm
uintn-identity.ph6310644editdlrm
unistd.ph6800644editdlrm
unistd_ext.ph5970644editdlrm
waitflags.ph8160644editdlrm
waitstatus.ph15730644editdlrm
wordsize.ph7430644editdlrm
Edit: /usr/lib/x86_64-linux-gnu/perl/5.34.0/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;