mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
7 lines
166 B
C
7 lines
166 B
C
|
#include <math-type-macros-float.h>
|
||
|
#include <w_lgamma_template.c>
|
||
|
#if __USE_WRAPPER_TEMPLATE
|
||
|
strong_alias (__lgammaf, __gammaf)
|
||
|
weak_alias (__gammaf, gammaf)
|
||
|
#endif
|