update from main archive 961030
[glibc.git] / sysdeps / stub / k_tanl.c
blob713c8cdfe699861fcce32db52c2e6458b518cd44
1 #include <math.h>
2 #include <stdio.h>
4 long double
5 __kernel_tanl (long double x, long double y, int iy)
7 fputs ("__kernel_tanl not implemented\n", stderr);
8 return 0.0;
11 stub_warning (__kernel_tanl)