repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(M68*:*:R3V[567]*:*): Use uppercase 'M'.
[glibc.git]
/
sysdeps
/
stub
/
k_cosl.c
blob
3e6c9688f0dcb39ac50fd6625e339988231db7ec
1
#include <math.h>
2
#include <stdio.h>
3
4
long double
5
__kernel_cosl
(
long double
x
,
long double
y
)
6
{
7
fputs
(
"__kernel_cosl not implemented
\n
"
,
stderr
);
8
return
0.0
;
9
}
10
11
stub_warning
(
__kernel_cosl
)