X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmath%2Fllrint.c;h=4f583ae5536aa6152c3bab8671846da507f8f57e;hb=03b0f13e908eb61c1218db5e4478f0162fa98f5a;hp=ee783b8e403475075715bfbdf3ee514b51fb00cf;hpb=9b6899f2c5cec70af6cea80ead7ba98fd2366ce9;p=oweals%2Fmusl.git diff --git a/src/math/llrint.c b/src/math/llrint.c index ee783b8e..4f583ae5 100644 --- a/src/math/llrint.c +++ b/src/math/llrint.c @@ -1,6 +1,6 @@ #include -/* assumes LLONG_MAX > 2^53, see comments in lrint.c */ +/* uses LLONG_MAX > 2^53, see comments in lrint.c */ long long llrint(double x) {