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,48 **** * 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 j0 = __j0 ! #pragma weak y0 = __y0 #include "libm.h" - #include "libm_synonyms.h" #include "libm_protos.h" #include <math.h> #include <values.h> #define GENERIC double --- 34,47 ---- * 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 __j0 = j0 ! #pragma weak __y0 = y0 #include "libm.h" #include "libm_protos.h" #include <math.h> #include <values.h> #define GENERIC double