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
libio: Remove unused pragma weak on vtable
[glibc.git]
/
math
/
w_remainderf.c
blob
f663622268f8fd76e98be096ba0acf2658200ee9
1
#include <math-type-macros-float.h>
2
#include <w_remainder_template.c>
3
#if __USE_WRAPPER_TEMPLATE
4
weak_alias
(
__remainderf
,
dremf
)
5
#endif