mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
8 lines
237 B
C
8 lines
237 B
C
|
#include <math-type-macros-float.h>
|
||
|
#undef __USE_WRAPPER_TEMPLATE
|
||
|
#define __USE_WRAPPER_TEMPLATE 1
|
||
|
#undef declare_mgen_alias
|
||
|
#define declare_mgen_alias(a, b)
|
||
|
#include <w_exp_template.c>
|
||
|
versioned_symbol (libm, __expf, expf, GLIBC_2_27);
|