crypt: bump up md5test-giant timeout from 180s to 480s
[glibc.git] / math / k_sinl.c
blobe95c71c4c11b4814d68c873dff71fe2ca64e944f
1 #include <math.h>
2 #include <stdio.h>
3 #include <errno.h>
4 #include <math_private.h>
6 long double
7 __kernel_sinl (long double x, long double y, int iy)
9 fputs ("__kernel_sinl not implemented\n", stderr);
10 __set_errno (ENOSYS);
11 return 0.0;
14 stub_warning (__kernel_sinl)
15 #include <stub-tag.h>