mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
10 lines
217 B
C
10 lines
217 B
C
#include <math_ldbl_opt.h>
|
|||
#undef weak_alias
|
|||
#define weak_alias(n,a)
|
|||
#include <math/s_ldexpl.c>
|
|||
#ifdef IS_IN_libm
|
|||
long_double_symbol (libm, __ldexpl, ldexpl);
|
|||
#else
|
|||
long_double_symbol (libc, __ldexpl, ldexpl);
|
|||
#endif
|