summaryrefslogtreecommitdiff
path: root/sysdeps/stub/e_lgammal_r.c
blob: 015511818c4cb0cf955d0f1e4964fbf07ce9c6c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <math.h>
#include <stdio.h>

long double
__ieee754_lgammal_r (long double x, int *signgamp)
{
  fputs ("__ieee754_lgammal_r not implemented\n", stderr);
  return 0.0;
}

stub_warning (__ieee754_lgammal_r)