diff options
Diffstat (limited to 'src/math/s_lrint.c')
-rw-r--r-- | src/math/s_lrint.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/math/s_lrint.c b/src/math/s_lrint.c deleted file mode 100644 index da8e1989..00000000 --- a/src/math/s_lrint.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <math.h> - -// FIXME: incorrect exception behavior - -long lrint(double x) -{ - return rint(x); -} |