mirror of git://sourceware.org/git/glibc.git
6 lines
180 B
C
6 lines
180 B
C
|
|
#include <math_ldbl_opt.h>
|
||
|
|
#include <sysdeps/ieee754/dbl-64/wordsize-64/s_round.c>
|
||
|
|
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
|
||
|
|
compat_symbol (libm, __round, roundl, GLIBC_2_1);
|
||
|
|
#endif
|