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>
*** 91,102 ****
* Special case:
* erf(inf) = 1
* erfc(inf) = 0
*/
! #pragma weak erfl = __erfl
! #pragma weak erfcl = __erfcl
#include "libm.h"
#include "longdouble.h"
static const long double
--- 91,102 ----
* Special case:
* erf(inf) = 1
* erfc(inf) = 0
*/
! #pragma weak __erfl = erfl
! #pragma weak __erfcl = erfcl
#include "libm.h"
#include "longdouble.h"
static const long double