Re: 32-bit glibc bug with SSIZE_MAX

2016-07-12 Thread Eric Blake
On 07/12/2016 11:06 AM, Eric Blake wrote: > I just tripped up on this glibc bug: > > https://sourceware.org/bugzilla/show_bug.cgi?id=13575 > > where glibc incorrectly defines SSIZE_MAX as a long even though ssize_t > is an int on a 32-bit platform. > > I'm planning on tweaking gnulib's replaceme

32-bit glibc bug with SSIZE_MAX

2016-07-12 Thread Eric Blake
I just tripped up on this glibc bug: https://sourceware.org/bugzilla/show_bug.cgi?id=13575 where glibc incorrectly defines SSIZE_MAX as a long even though ssize_t is an int on a 32-bit platform. I'm planning on tweaking gnulib's replacement to work around it in the meantime. -- Eric Blake e