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
Cleanup Linux sigqueue implementation
[glibc.git]
/
math
/
w_remainder.c
blob
86d5da7a2f6632285efdad6db68e619c4f7ee325
1
#include <math-type-macros-double.h>
2
#include <w_remainder_template.c>
3
#if __USE_WRAPPER_TEMPLATE
4
weak_alias
(
__remainder
,
drem
)
5
# ifdef NO_LONG_DOUBLE
6
weak_alias
(
__remainder
,
dreml
)
7
# endif
8
#endif