* device/lib/acosf.c (acosf),
[fw/sdcc] / device / lib / cotf.c
index 9e8329a57c9fea97e2cd3110485841cd59cbdd4a..03886c12304d492ba1aa085a9787111a7c903e62 100644 (file)
@@ -23,7 +23,7 @@
 
 float tancotf(const float x, const int iscot);
 
-float cotf(const float x) reentrant
+float cotf(const float x) _FLOAT_FUNC_REENTRANT
 {
     float y;