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>

@@ -34,15 +34,14 @@
  * Special cases:
  *      y0(0)=y1(0)=yn(n,0) = -inf with division by zero signal;
  *      y0(-ve)=y1(-ve)=yn(n,-ve) are NaN with invalid signal.
  */
 
-#pragma weak j1l = __j1l
-#pragma weak y1l = __y1l
+#pragma weak __j1l = j1l
+#pragma weak __y1l = y1l
 
 #include "libm.h"
-#include "libm_synonyms.h"
 #include "longdouble.h"
 #include <math.h>
 #if defined(__SUNPRO_C)
 #include <sunmath.h>
 #endif