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