mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
9 lines
199 B
C
9 lines
199 B
C
|
#include <math-type-macros-double.h>
|
||
|
#include <w_remainder_template.c>
|
||
|
#if __USE_WRAPPER_TEMPLATE
|
||
|
weak_alias (__remainder, drem)
|
||
|
# ifdef NO_LONG_DOUBLE
|
||
|
weak_alias (__remainder, dreml)
|
||
|
# endif
|
||
|
#endif
|