fix incorrect TLS reloc macro names in x86_64 reloc.h
[musl] / src / math / floorl.c
index 08f6ba2..3901b06 100644 (file)
@@ -97,6 +97,6 @@ long double floorl(long double x)
                if (huge + x > 0.0)
                        u.bits.manl &= ~m;
        }
-       return (u.e);
+       return u.e;
 }
 #endif