mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
12 lines
300 B
C
12 lines
300 B
C
|
#include <math_ldbl_opt.h>
|
||
|
#undef weak_alias
|
||
|
#define weak_alias(n,a)
|
||
|
#define USE_AS_COMPAT 1
|
||
|
#include <math/lgamma-compat.h>
|
||
|
#undef LGAMMA_OLD_VER
|
||
|
#define LGAMMA_OLD_VER LONG_DOUBLE_COMPAT_VERSION
|
||
|
#include <math/w_lgamma_compatl.c>
|
||
|
#if GAMMA_ALIAS
|
||
|
long_double_symbol (libm, __gammal, gammal);
|
||
|
#endif
|