commit | 97ddc600c95623bf803eac4f2a4deda2a2db02d4 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed Jun 15 11:43:48 2016 -0500 |
committer | Rob Landley <rob@landley.net> | Wed Jun 15 11:43:48 2016 -0500 |
tree | a084ef4d19fda6a3ae0c5da3fb8eee0038e0d9ac | |
parent | 878ff2f3d7a6a717a76ecc32904bc24bc8720245 [diff] |
The glibc bug at https://sourceware.org/bugzilla/show_bug.cgi?id=17829 continues to get worse, and now can't handle INT_MAX/2 either. So our first workaround _also_ broke. But posix says "A negative precision is taken as if the precision were omitted." and that _doesn't_ trigger the glibc bug, so use that instead.