* device/lib/acosf.c (acosf),
[fw/sdcc] / device / lib / tanf.c
index 48c18bff73b41a938ce360ef1cb60eb72cda8e42..2ba74008a0a09018ba2e5c1bb170543820e962fe 100644 (file)
@@ -22,7 +22,7 @@
 
 float tancotf(const float x, const int iscot);
 
-float tanf(const float x) reentrant
+float tanf(const float x) _FLOAT_FUNC_REENTRANT
 {
     return tancotf(x, 0);
 }