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
* sysdeps/unix/sysv/linux/sh/lowlevellock.h: Define FUTEX_WAIT_BITSET
[glibc.git]
/
math
/
k_cosl.c
blob
29b83d62739d20cd9f2b55a2fff371fbda018f0a
1
#include <math.h>
2
#include <stdio.h>
3
#include <errno.h>
4
#include
"math_private.h"
5
6
long double
7
__kernel_cosl
(
long double
x
,
long double
y
)
8
{
9
fputs
(
"__kernel_cosl not implemented
\n
"
,
stderr
);
10
__set_errno
(
ENOSYS
);
11
return
0.0
;
12
}
13
14
stub_warning
(
__kernel_cosl
)
15
#include <stub-tag.h>