Commit 8c2c98cd by Gabriel Dos Reis Committed by Gabriel Dos Reis

* libmath/stubs.c: Fix thinko.

From-SVN: r43536
parent 8c26c999
2001-06-24 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
* libmath/stubs.c: Fix thinko.
2001-06-24 David Edelsohn <dje@watson.ibm.com> 2001-06-24 David Edelsohn <dje@watson.ibm.com>
* libmath/stubs.c (sqrtf): Define. * libmath/stubs.c (sqrtf): Define.
......
...@@ -100,6 +100,7 @@ sqrtf(float x) ...@@ -100,6 +100,7 @@ sqrtf(float x)
{ {
return (float) sqrt(x); return (float) sqrt(x);
} }
#endif
#ifndef _GLIBCPP_HAVE_TANF #ifndef _GLIBCPP_HAVE_TANF
float float
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment