* device/lib/acosf.c (acosf),
[fw/sdcc] / device / lib / acosf.c
index 110ffa4076c12f81c982163107d33242ed7271ed..fa86e135cc8d744fa6e1f2a3d151694c835f4536 100644 (file)
@@ -22,7 +22,7 @@
 
 float asincosf(const float x, const int isacos);
 
-float acosf(const float x) reentrant
+float acosf(const float x) _FLOAT_FUNC_REENTRANT
 {
          if(x== 1.0) return 0.0;
     else if(x==-1.0) return PI;