mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
6 lines
137 B
C
6 lines
137 B
C
|
#include <math-type-macros-float.h>
|
||
|
#include <w_remainder_template.c>
|
||
|
#if __USE_WRAPPER_TEMPLATE
|
||
|
weak_alias (__remainderf, dremf)
|
||
|
#endif
|