HomeFreeBSD

In gcc's libcpp, stop using the INTTYPE_MAXIMUM() macro, which relies on

Description

In gcc's libcpp, stop using the INTTYPE_MAXIMUM() macro, which relies on
undefined behavior. The code used this macro to avoid problems on some
broken systems which define SSIZE_MAX incorrectly, but this is not
needed on FreeBSD, obviously.

MFC after: 3 days

Details

Provenance
dimAuthored on
Parents
rS286698: When the wait*(2) syscalls wait for any process (P_ALL), they should
Branches
Unknown
Tags
Unknown