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>

*** 54,64 **** * The decimal values may be used, provided that the compiler will convert * from decimal to binary accurately enough to produce the hexadecimal values * shown. */ ! #pragma weak atan2l = __atan2l #include "libm.h" #include "longdouble.h" static const long double --- 54,64 ---- * The decimal values may be used, provided that the compiler will convert * from decimal to binary accurately enough to produce the hexadecimal values * shown. */ ! #pragma weak __atan2l = atan2l #include "libm.h" #include "longdouble.h" static const long double