From 90834b956d567f5205588caa46cee8d1b1397046 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 23 Mar 2014 14:00:02 +0000 Subject: [PATCH] stm/stmhal: Change gammaf to tgammaf. --- stm/math.c | 2 +- stmhal/math.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stm/math.c b/stm/math.c index 9197d850c..8afdc82a6 100644 --- a/stm/math.c +++ b/stm/math.c @@ -79,7 +79,7 @@ float ceilf(float x) { return 0.0; } float floorf(float x) { return 0.0; } float truncf(float x) { return 0.0; } float fmodf(float x, float y) { return 0.0; } -float gammaf(float x) { return 0.0; } +float tgammaf(float x) { return 0.0; } float lgammaf(float x) { return 0.0; } float erff(float x) { return 0.0; } float erfcf(float x) { return 0.0; } diff --git a/stmhal/math.c b/stmhal/math.c index 9197d850c..8afdc82a6 100644 --- a/stmhal/math.c +++ b/stmhal/math.c @@ -79,7 +79,7 @@ float ceilf(float x) { return 0.0; } float floorf(float x) { return 0.0; } float truncf(float x) { return 0.0; } float fmodf(float x, float y) { return 0.0; } -float gammaf(float x) { return 0.0; } +float tgammaf(float x) { return 0.0; } float lgammaf(float x) { return 0.0; } float erff(float x) { return 0.0; } float erfcf(float x) { return 0.0; }