long double __fabsl (long double x)
{
  return __builtin_fabsl (x);
}
weak_alias (__fabsl, fabsl)
