X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fs_llrint.c;fp=src%2Fmath%2Fs_llrint.c;h=0000000000000000000000000000000000000000;hb=b69f695acedd4ce2798ef9ea28d834ceccc789bd;hp=2b1e00d06da73c9018100177cb8f5dc9b80ffda8;hpb=d46cf2e14cc4df7cc75e77d7009fcb6df1f48a33;p=musl diff --git a/src/math/s_llrint.c b/src/math/s_llrint.c deleted file mode 100644 index 2b1e00d0..00000000 --- a/src/math/s_llrint.c +++ /dev/null @@ -1,8 +0,0 @@ -#include - -// FIXME: incorrect exception behavior - -long long llrint(double x) -{ - return rint(x); -}