* sysdeps/m68k/dl-machine.h (_dl_start_user): Pass correct
[glibc.git] / sysdeps / generic / k_cosl.c
blob61af3372a1cf86b6b6ac74f1ea1439a042b170ea
1 #include <math.h>
2 #include <stdio.h>
3 #include <errno.h>
5 long double
6 __kernel_cosl (long double x, long double y)
8 fputs ("__kernel_cosl not implemented\n", stderr);
9 __set_errno (ENOSYS);
10 return 0.0;
13 stub_warning (__kernel_cosl)
14 #include <stub-tag.h>