about summary refs log tree commit diff
path: root/math/w_lgammaf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_lgammaf.c')
-rw-r--r--math/w_lgammaf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/math/w_lgammaf.c b/math/w_lgammaf.c
new file mode 100644
index 0000000000..371fa26234
--- /dev/null
+++ b/math/w_lgammaf.c
@@ -0,0 +1,6 @@
+#include <math-type-macros-float.h>
+#include <w_lgamma_template.c>
+#if __USE_WRAPPER_TEMPLATE
+strong_alias (__lgammaf, __gammaf)
+weak_alias (__gammaf, gammaf)
+#endif