Gerald Pfeifer <ger...@pfeifer.com> writes: > That puzzled me at first, but FreeBSD defines RLIM_INFINITY in > /usr/include/sys/resource.h and as follows: > > ((rlim_t)(((uint64_t)1 << 63) - 1))
Oy. > 2011-07-22 Gerald Pfeifer <ger...@pfeifer.com> > > PR target/49817 > * stack-limit.c: Include <stdint.h>. This is OK. Thanks. Ian