Print this page
5261 libm should stop using synonyms.h
5298 fabs is 0-sized, confuses dis(1) and others
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Approved by: Gordon Ross <gwr@nexenta.com>
@@ -33,12 +33,12 @@
*
* NOTE: aintl(x), anintl(x), ceill(x), floorl(x), and rintl(x) return result
* with the same sign as x's, including 0.0.
*/
-#pragma weak ceill = __ceill
-#pragma weak floorl = __floorl
+#pragma weak __ceill = ceill
+#pragma weak __floorl = floorl
#include "libm.h"
#include "longdouble.h"
static const long double qone = 1.0L;