Don't define x86-64 __strncmp_ssse3 in libc.a
[glibc.git] / math / k_cosl.c
blobbf3708b157ec4b587367964641f0ae32fe16e522
1 #include <math.h>
2 #include <stdio.h>
3 #include <errno.h>
4 #include <math_private.h>
6 long double
7 __kernel_cosl (long double x, long double y)
9 fputs ("__kernel_cosl not implemented\n", stderr);
10 __set_errno (ENOSYS);
11 return 0.0;
14 stub_warning (__kernel_cosl)
15 #include <stub-tag.h>