This fixes compile errors on platforms we can't explicitly
support from pure Perl due to the lack of syscall stability
guarantees by the OS developers.
Reported-by: Gaelan Steele <gbs@canishe.com>
Tested-by: Gaelan Steele <gbs@canishe.com>
)
}
$PACK{CMSG_ALIGN_size} = SIZEOF_size_t;
+ $PACK{SIZEOF_cmsghdr} //= 0;
+ $PACK{TMPL_cmsg_len} //= undef;
+ $PACK{CMSG_DATA_off} //= undef;
+ $PACK{TMPL_msghdr} //= undef;
}
# SFD_CLOEXEC is arch-dependent, so IN_CLOEXEC may be, too