On 2/1/21 6:16 PM, Marc Aurèle La France wrote:
typemax.h states it should be included after config.h, limits.h, stdint.h,
and inttypes.h.  But, on my system (with glibc 2.32), accept.c ends up
including <limits.h> after typemax.h, via the sequence ...

accept.c -> loadables.h -> builtins.h -> general.h -> <limits.h>

... resulting in a compile failure.

Thanks for the report.

Chet

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to