update from main archive 961005
[glibc/history.git] / sysdeps / stub / e_lgammal_r.c
blob015511818c4cb0cf955d0f1e4964fbf07ce9c6c0
1 #include <math.h>
2 #include <stdio.h>
4 long double
5 __ieee754_lgammal_r (long double x, int *signgamp)
7 fputs ("__ieee754_lgammal_r not implemented\n", stderr);
8 return 0.0;
11 stub_warning (__ieee754_lgammal_r)