/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/byteswap.ph (1641B)
require '_h2ph_pre.ph'; no warnings qw(redefine misc); if(!defined (&_BYTESWAP_H) && !defined (&_NETINET_IN_H) && !defined (&_ENDIAN_H)) { die("Never use directly; include instead."); } unless(defined(&_BITS_BYTESWAP_H)) { eval 'sub _BITS_BYTESWAP_H () {1;}' unless defined(&_BITS_BYTESWAP_H); require 'features.ph'; require 'bits/types.ph'; eval 'sub __bswap_constant_16 { my($x) = @_; eval q((( &__uint16_t) (((($x) >> 8) & 0xff) | ((($x) & 0xff) << 8)))); }' unless defined(&__bswap_constant_16); # some #ifdef were dropped here -- fill in the blanks eval 'sub __bswap_16 { my($__bsx) = @_; eval q({ }); }' unless defined(&__bswap_16); eval 'sub __bswap_constant_32 { my($x) = @_; eval q((((($x) & 0xff000000) >> 24) | ((($x) & 0xff0000) >> 8) | ((($x) & 0xff00) << 8) | ((($x) & 0xff) << 24))); }' unless defined(&__bswap_constant_32); # some #ifdef were dropped here -- fill in the blanks eval 'sub __bswap_32 { my($__bsx) = @_; eval q({ }); }' unless defined(&__bswap_32); eval 'sub __bswap_constant_64 { my($x) = @_; eval q((((($x) & 0xff00000000000000) >> 56) | ((($x) & 0xff000000000000) >> 40) | ((($x) & 0xff0000000000) >> 24) | ((($x) & 0xff00000000) >> 8) | ((($x) & 0xff000000) << 8) | ((($x) & 0xff0000) << 24) | ((($x) & 0xff00) << 40) | ((($x) & 0xff) << 56))); }' unless defined(&__bswap_constant_64); # some #ifdef were dropped here -- fill in the blanks eval 'sub __bswap_64 { my($__bsx) = @_; eval q({ }); }' unless defined(&__bswap_64); } 1;