blob: 67e9f4707170c232352418eccdbfc672975d6483 [file] [log] [blame]
long double __fabsl (long double x)
{
return __builtin_fabsl (x);
}
weak_alias (__fabsl, fabsl)