repo.or.cz
/
glibc
/
pb-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
[glibc/pb-stable.git]
/
math
/
e_rem_pio2l.c
blob
617215516badb654e1cf61f15b216df01f25b4f1
1
#include <math.h>
2
#include <stdio.h>
3
#include <errno.h>
4
#include
"math_private.h"
5
6
int
7
__ieee754_rem_pio2l
(
long double
x
,
long double
*
y
)
8
{
9
fputs
(
"__ieee754_rem_pio2l not implemented
\n
"
,
stderr
);
10
__set_errno
(
ENOSYS
);
11
return
0
;
12
}
13
14
stub_warning
(
__ieee754_rem_pio2l
)
15
#include <stub-tag.h>